Uses of Interface
org.geotools.filter.FilterVisitor

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

Uses of FilterVisitor in org.geotools.filter
 

Subinterfaces of FilterVisitor in org.geotools.filter
 interface FilterVisitor2
          Deprecated. use FilterVisitor
 

Classes in org.geotools.filter that implement FilterVisitor
static class FilterTransformer.FilterTranslator
           
 class SQLEncoder
          Deprecated. Please use org.geotools.data.jdbc.FilterToSQL which uses opengis filters instead of these geotools filters.
 class SQLEncoderPostgis
          Encodes a filter into a SQL WHERE statement for postgis.
 class SQLEncoderPostgisGeos
          Deprecated. use SQLEncoderPostgis with setSupportsGEOS(true)
 

Methods in org.geotools.filter with parameters of type FilterVisitor
static void Filters.accept(Filter filter, FilterVisitor visitor)
          Deprecated. Please update your code to a org.opengis.filter.FilterVisitor
 void AbstractFilter.accept(FilterVisitor visitor)
          Deprecated. use Filter.accept(FilterVisitor, Object)
 void DefaultExpression.accept(FilterVisitor visitor)
          Deprecated. use Expression.accept(ExpressionVisitor, Object)
 void Expression.accept(FilterVisitor visitor)
          Deprecated. use use Expression.accept(ExpressionVisitor, Object)
 void Filter.accept(FilterVisitor visitor)
          Deprecated. use Filter.accept(FilterVisitor, Object).
 void ConstantExpression.accept(FilterVisitor visitor)
          Deprecated. use ConstantExpression.accept(ExpressionVisitor, Object).
 

Constructors in org.geotools.filter with parameters of type FilterVisitor
FilterVisitorFilterWrapper(FilterVisitor delegate)
           
 

Uses of FilterVisitor in org.geotools.filter.expression
 

Constructors in org.geotools.filter.expression with parameters of type FilterVisitor
FilterVisitorExpressionWrapper(FilterVisitor delegate)
           
 

Uses of FilterVisitor in org.geotools.filter.visitor
 

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

Uses of FilterVisitor in org.geotools.renderer.shape
 

Classes in org.geotools.renderer.shape that implement FilterVisitor
 class ReplaceGeometryFilter
          Replaces all geometry filters in Filter with an implementation that can process SimpleGeometries.
 

Uses of FilterVisitor in org.geotools.xml.filter
 

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



Copyright © 1996-2009 Geotools. All Rights Reserved.