|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FIDMapperFactory | |
---|---|
org.geotools.data.db2 | |
org.geotools.data.jdbc | |
org.geotools.data.jdbc.fidmapper | |
org.geotools.data.postgis | |
org.geotools.data.postgis.fidmapper |
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.jdbc |
---|
Methods in org.geotools.data.jdbc that return FIDMapperFactory | |
---|---|
protected FIDMapperFactory |
JDBC1DataStore.buildFIDMapperFactory(JDBCDataStoreConfig config)
Deprecated. |
FIDMapperFactory |
JDBC1DataStore.getFIDMapperFactory()
Deprecated. Returns the FIDMapperFactory used for this data store |
FIDMapperFactory |
FeatureTypeHandler.getFIDMapperFactory()
Deprecated. Returns the FIDMapperFactory used by this FeatureTypeHandler |
Methods in org.geotools.data.jdbc with parameters of type FIDMapperFactory | |
---|---|
protected FIDMapper |
JDBC1DataStore.buildFIDMapper(String typeName,
FIDMapperFactory factory)
Deprecated. Builds the appropriate FID mapper given a table name and a FID mapper factory |
void |
JDBC1DataStore.setFIDMapperFactory(FIDMapperFactory fmFactory)
Deprecated. Allows to override the default FIDMapperFactory. |
void |
FeatureTypeHandler.setFIDMapperFactory(FIDMapperFactory factory)
Deprecated. Sets the FIDMapperFactory used by this FeatureTypeHandler. |
Constructors in org.geotools.data.jdbc with parameters of type FIDMapperFactory | |
---|---|
FeatureTypeHandler(JDBC1DataStore store,
FIDMapperFactory fmFactory,
long cacheTimeOut)
Deprecated. 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
Deprecated. scheduled for removal in 2.7, use classes in org.geotools.jdbc |
Uses of FIDMapperFactory in org.geotools.data.postgis |
---|
Methods in org.geotools.data.postgis that return FIDMapperFactory | |
---|---|
protected FIDMapperFactory |
PostgisDataStore.buildFIDMapperFactory(JDBCDataStoreConfig config)
|
Methods in org.geotools.data.postgis with parameters of type FIDMapperFactory | |
---|---|
protected FIDMapper |
PostgisDataStore.buildFIDMapper(String typeName,
FIDMapperFactory factory)
|
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 |