Uses of Interface
org.geotools.data.jdbc.fidmapper.FIDMapper

Packages that use FIDMapper
org.geotools.data.jdbc   
org.geotools.filter   
 

Uses of FIDMapper in org.geotools.data.jdbc
 

Fields in org.geotools.data.jdbc declared as FIDMapper
protected  FIDMapper FilterToSQL.mapper
          Deprecated. use FilterToSQL.primaryKey
 

Methods in org.geotools.data.jdbc that return FIDMapper
 FIDMapper FilterToSQL.getFIDMapper()
          Deprecated. use FilterToSQL.getPrimaryKey()
 

Methods in org.geotools.data.jdbc with parameters of type FIDMapper
 void FilterToSQL.setFIDMapper(FIDMapper mapper)
          Deprecated. use FilterToSQL.setPrimaryKey(PrimaryKey)
 

Uses of FIDMapper in org.geotools.filter
 

Fields in org.geotools.filter declared as FIDMapper
protected  FIDMapper SQLEncoder.mapper
          Deprecated. the fid mapper used to encode the fid filters
 

Methods in org.geotools.filter that return FIDMapper
 FIDMapper SQLEncoder.getFIDMapper()
          Deprecated.  
 

Methods in org.geotools.filter with parameters of type FIDMapper
 void SQLEncoder.setFIDMapper(FIDMapper mapper)
          Deprecated. Sets the FIDMapper that will be used in subsequente visit calls.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.