Class Summary |
OIDFidMapper |
Supports the creation of a Feature ID based on the Potgres row OID field. |
PostGISAutoIncrementFIDMapper |
Generate FID based on an auto increment function, the most stable approach for
use with editing. |
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. |
UUIDFIDMapper |
|
VersionedFIDMapperFactory |
A fid mapper factory that makes sure the revision attribute does not become part of the key
(since users outside are unaware of it). |