Uses of Class
org.geotools.data.jdbc.FilterToSQL

Packages that use FilterToSQL
org.geotools.arcsde.filter   
org.geotools.data.db2   
org.geotools.data.db2.filter   
org.geotools.data.jdbc   
 

Uses of FilterToSQL in org.geotools.arcsde.filter
 

Subclasses of FilterToSQL in org.geotools.arcsde.filter
 class FilterToSQLSDE
          Encodes an attribute filter into a SQL WHERE statement for arcsde.
 

Uses of FilterToSQL in org.geotools.data.db2
 

Constructors in org.geotools.data.db2 with parameters of type FilterToSQL
DB2SQLBuilder(FilterToSQL encoder, String tableSchema, SimpleFeatureType featureType, FIDMapper mapper)
          Creates a DB2SQLBuilder that will provide a table schema to qualify table names.
 

Uses of FilterToSQL in org.geotools.data.db2.filter
 

Subclasses of FilterToSQL in org.geotools.data.db2.filter
 class SQLEncoderDB2
          Generate a WHERE clause for DB2 Spatial Extender based on a spatial filter.
 

Uses of FilterToSQL in org.geotools.data.jdbc
 

Fields in org.geotools.data.jdbc declared as FilterToSQL
protected  FilterToSQL GeoAPISQLBuilder.encoder
           
 

Constructors in org.geotools.data.jdbc with parameters of type FilterToSQL
GeoAPISQLBuilder(FilterToSQL encoder, SimpleFeatureType featureType, ClientTransactionAccessor accessor)
          Constructs an instance of this class using the encoder class specified.
 



Copyright © 1996-2009 Geotools. All Rights Reserved.