Uses of Interface
org.geotools.data.jdbc.fidmapper.FIDMapperFactory

Packages that use FIDMapperFactory
org.geotools.data.db2   
org.geotools.data.hsql   
org.geotools.data.hsql.fidmapper   
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.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.
 



Copyright © GeoTools. All Rights Reserved.