Uses of Interface
org.geotools.filter.FilterVisitor2

Packages that use FilterVisitor2
org.geotools.filter   
org.geotools.filter.visitor   
org.geotools.xml.filter The package name does not map the prefix name because we feel that this is a better representation. 
 

Uses of FilterVisitor2 in org.geotools.filter
 

Classes in org.geotools.filter that implement FilterVisitor2
 class SQLEncoder
          Deprecated. Please use org.geotools.data.jdbc.FilterToSQL which uses opengis filters instead of these geotools filters.
 class SQLEncoderOracle
          Encodes Geometry filters into valid oracle SDO statements.
 class SQLEncoderPostgis
          Encodes a filter into a SQL WHERE statement for postgis.
 class SQLEncoderPostgisGeos
          Deprecated. use SQLEncoderPostgis with setSupportsGEOS(true)
 

Uses of FilterVisitor2 in org.geotools.filter.visitor
 

Classes in org.geotools.filter.visitor that implement FilterVisitor2
 class WFSBBoxFilterVisitor
          Visit the BBOX filter elements and make sure they are valid.
 

Uses of FilterVisitor2 in org.geotools.xml.filter
 

Classes in org.geotools.xml.filter that implement FilterVisitor2
 class FilterEncodingPreProcessor
          Prepares a filter for xml encoded for interoperability with another system.
 



Copyright © 1996-2010 Geotools. All Rights Reserved.