|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Provides a way to plug in user defined policies for primary key to feature ID mapping. In particular, implementors of this interface will provide a FIDMapper given the FeatureType name and the database metadata
| Method Summary | |
FIDMapper |
getMapper(FeatureType featureType)
Returns a FIDMapper for the specified feature type. |
FIDMapper |
getMapper(java.lang.String catalog,
java.lang.String schema,
java.lang.String typeName,
java.sql.Connection connection)
Returns a FIDMapper for the specified table |
| Method Detail |
public FIDMapper getMapper(java.lang.String catalog,
java.lang.String schema,
java.lang.String typeName,
java.sql.Connection connection)
throws java.io.IOException
catalog - schema - typeName - DOCUMENT ME!connection - DOCUMENT ME!
java.io.IOExceptionpublic FIDMapper getMapper(FeatureType featureType)
featureType -
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||