|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of FIDMapperFactory in org.geotools.data.db2 |
Classes in org.geotools.data.db2 that implement FIDMapperFactory | |
class |
DB2FIDMapperFactory
Overrides DefaultFIDMapperFactory methods for DB2-specific handling. |
Methods in org.geotools.data.db2 that return FIDMapperFactory | |
protected FIDMapperFactory |
DB2DataStore.buildFIDMapperFactory(JDBCDataStoreConfig config)
Creates a DB2-specific FIDMapperFactory. |
Constructors in org.geotools.data.db2 with parameters of type FIDMapperFactory | |
DB2FeatureTypeHandler(JDBCDataStore store,
FIDMapperFactory fmFactory,
long cacheTimeOut)
Creates a new feature type handler |
Uses of FIDMapperFactory in org.geotools.data.hsql |
Methods in org.geotools.data.hsql that return FIDMapperFactory | |
protected FIDMapperFactory |
HsqlDataStore.buildFIDMapperFactory(JDBCDataStoreConfig config)
Override the default FIDMapperFactory since it doesn't work well with HSQL |
Uses of FIDMapperFactory in org.geotools.data.hsql.fidmapper |
Classes in org.geotools.data.hsql.fidmapper that implement FIDMapperFactory | |
class |
HsqlFIDMapperFactory
This factory is only needed so it can be used as a hook to call the HsqlFIDMapper. |
Uses of FIDMapperFactory in org.geotools.data.jdbc |
Methods in org.geotools.data.jdbc that return FIDMapperFactory | |
FIDMapperFactory |
FeatureTypeHandler.getFIDMapperFactory()
Returns the FIDMapperFactory used by this FeatureTypeHandler |
protected FIDMapperFactory |
JDBC1DataStore.buildFIDMapperFactory(JDBCDataStoreConfig config)
|
FIDMapperFactory |
JDBC1DataStore.getFIDMapperFactory()
Returns the FIDMapperFactory used for this data store |
Methods in org.geotools.data.jdbc with parameters of type FIDMapperFactory | |
void |
FeatureTypeHandler.setFIDMapperFactory(FIDMapperFactory factory)
Sets the FIDMapperFactory used by this FeatureTypeHandler. |
void |
JDBC1DataStore.setFIDMapperFactory(FIDMapperFactory fmFactory)
Allows to override the default FIDMapperFactory. |
Constructors in org.geotools.data.jdbc with parameters of type FIDMapperFactory | |
FeatureTypeHandler(JDBC1DataStore store,
FIDMapperFactory fmFactory,
long cacheTimeOut)
Creates a new feature type handler |
Uses of FIDMapperFactory in org.geotools.data.jdbc.fidmapper |
Classes in org.geotools.data.jdbc.fidmapper that implement FIDMapperFactory | |
class |
DefaultFIDMapperFactory
Default FID mapper that works with default FID mappers. |
Uses of FIDMapperFactory in org.geotools.data.postgis |
Methods in org.geotools.data.postgis that return FIDMapperFactory | |
protected FIDMapperFactory |
PostgisDataStore.buildFIDMapperFactory(JDBCDataStoreConfig config)
|
Uses of FIDMapperFactory in org.geotools.data.postgis.fidmapper |
Classes in org.geotools.data.postgis.fidmapper that implement FIDMapperFactory | |
class |
PostgisFIDMapperFactory
Postgis specific FIDMapperFactory that uses the OIDFidMapper
to map tables with no primary keys or tables that have weird primary keys that cannot be mapped
in other ways. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |