The FIDMapper interface manages the mapping of feature id to the identifiers provided in a database.
Basically a FIDMapper must:
Concrete instances of this class should provide support for the most common primary key mapping and generation strategis, such as pk with business meaning, serials, sequences, and so on
Classes that implement this interface should ovveride equals to provide a state based comparison.
@author Dani Daniele Franzoni @author aaime Andrea Aime @source $URL$ @deprecated scheduled for removal in 2.7, use classes in org.geotools.jdbc
|
|
|
|
|
|
|
|