|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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
Support primary key columns that are automatically generated by the database. |
class |
BasicFIDMapper
Basic FIDMapper implementation that maps the FID of a Feature to a VARCHAR column |
class |
MaxIncFIDMapper
A FID mapper that uses a single integer column as the primary key and that does a SELECT MAX(fixColumn) + 1 to generate new ones. |
class |
MultiColumnFIDMapper
A simple implementation of FIDMapper for multi column primary keys |
class |
NullFIDMapper
Last resort fid mapper for tables that does not have a primary key. |
class |
TypedFIDMapper
This fidmapper just takes another fid mapper and builds fids based on the wrapped FIDMapper by prefixing them with the feature type name, that is, the resulting fid follow the <featureTypeName>. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |