Uses of Class
org.geotools.data.jdbc.fidmapper.AbstractFIDMapper

Packages that use AbstractFIDMapper
org.geotools.data.db2   
org.geotools.data.jdbc.fidmapper   
org.geotools.data.postgis.fidmapper   
 

Uses of AbstractFIDMapper in org.geotools.data.db2
 

Subclasses of AbstractFIDMapper in org.geotools.data.db2
 class DB2AutoIncrementFIDMapper
          Overrides AutoIncrementFIDMapper methods for DB2-specific handling.
 class DB2NullFIDMapper
          Overrides NullFIDMapper methods for DB2-specific handling.
 

Uses of AbstractFIDMapper in org.geotools.data.jdbc.fidmapper
 

Subclasses of AbstractFIDMapper in org.geotools.data.jdbc.fidmapper
 class AutoIncrementFIDMapper
          Deprecated. scheduled for removal in 2.7, use classes in org.geotools.jdbc
 class BasicFIDMapper
          Deprecated. scheduled for removal in 2.7, use classes in org.geotools.jdbc
 class MaxIncFIDMapper
          Deprecated. scheduled for removal in 2.7, use classes in org.geotools.jdbc
 class MultiColumnFIDMapper
          Deprecated. scheduled for removal in 2.7, use classes in org.geotools.jdbc
 class NullFIDMapper
          Deprecated. scheduled for removal in 2.7, use classes in org.geotools.jdbc
 class TypedFIDMapper
          Deprecated. scheduled for removal in 2.7, use classes in org.geotools.jdbc
 

Uses of AbstractFIDMapper in org.geotools.data.postgis.fidmapper
 

Subclasses of AbstractFIDMapper in org.geotools.data.postgis.fidmapper
 class OIDFidMapper
          Supports the creation of a Feature ID based on the Potgres row OID field.
 class PostGISAutoIncrementFIDMapper
          Generate FID based on an auto increment function, the most stable approach for use with editing.
 class UUIDFIDMapper
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.