|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractFIDMapper | |
org.geotools.data.db2 | |
org.geotools.data.hsql.fidmapper | |
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 |
DB2NullFIDMapper
Overrides NullFIDMapper methods for DB2-specific handling. |
Uses of AbstractFIDMapper in org.geotools.data.hsql.fidmapper |
Subclasses of AbstractFIDMapper in org.geotools.data.hsql.fidmapper | |
class |
HsqlFIDMapper
This fidmapper just takes another fid mapper aand wraps it! |
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
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |