|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FIDMapperFactory
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(org.opengis.feature.simple.SimpleFeatureType featureType)
Deprecated. 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)
Deprecated. Returns a FIDMapper for the specified table |
Method Detail |
---|
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.IOException
FIDMapper getMapper(org.opengis.feature.simple.SimpleFeatureType featureType)
featureType
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |