Uses of Package
org.geotools.filter.visitor

Packages that use org.geotools.filter.visitor
org.geotools.arcsde.filter   
org.geotools.data.complex.filter   
org.geotools.data.wfs.v1_0_0   
org.geotools.data.wfs.v1_1_0   
org.geotools.feature.visitor   
org.geotools.filter   
org.geotools.filter.function   
org.geotools.filter.spatial   
org.geotools.filter.visitor   
org.geotools.gce.imagemosaic   
org.geotools.jdbc   
org.geotools.renderer.lite A simple renderer implementation. 
org.geotools.styling Allows for symbolization of geospatial data. 
org.geotools.styling.visitor   
 

Classes in org.geotools.filter.visitor used by org.geotools.arcsde.filter
DefaultFilterVisitor
          Abstract implementation of FilterVisitor that simply walks the data structure.
DuplicatingFilterVisitor
          Used to duplication Filters and/or Expressions - returned object is a copy.
SimplifyingFilterVisitor
          Takes a filter and returns a simplified, equivalent one.
 

Classes in org.geotools.filter.visitor used by org.geotools.data.complex.filter
PostPreProcessFilterSplittingVisitor
          Deprecated. use CapabilitiesFilterSplitter instead for geoapi FilterCapabilities
 

Classes in org.geotools.filter.visitor used by org.geotools.data.wfs.v1_0_0
ClientTransactionAccessor
          Provides access to certain transaction state for the PostPreProcessFilterSplittingVisitor and CapabilitiesFilterSplitter.
 

Classes in org.geotools.filter.visitor used by org.geotools.data.wfs.v1_1_0
DuplicatingFilterVisitor
          Used to duplication Filters and/or Expressions - returned object is a copy.
 

Classes in org.geotools.filter.visitor used by org.geotools.feature.visitor
AbstractFinderFilterVisitor
          Abstract FilterVisitor for answering yes / no questions about a filter.
DefaultFilterVisitor
          Abstract implementation of FilterVisitor that simply walks the data structure.
 

Classes in org.geotools.filter.visitor used by org.geotools.filter
DefaultFilterVisitor
          Abstract implementation of FilterVisitor that simply walks the data structure.
 

Classes in org.geotools.filter.visitor used by org.geotools.filter.function
DefaultFilterVisitor
          Abstract implementation of FilterVisitor that simply walks the data structure.
DuplicatingFilterVisitor
          Used to duplication Filters and/or Expressions - returned object is a copy.
 

Classes in org.geotools.filter.visitor used by org.geotools.filter.spatial
DuplicatingFilterVisitor
          Used to duplication Filters and/or Expressions - returned object is a copy.
 

Classes in org.geotools.filter.visitor used by org.geotools.filter.visitor
ClientTransactionAccessor
          Provides access to certain transaction state for the PostPreProcessFilterSplittingVisitor and CapabilitiesFilterSplitter.
DefaultFilterVisitor
          Abstract implementation of FilterVisitor that simply walks the data structure.
DuplicatingFilterVisitor
          Used to duplication Filters and/or Expressions - returned object is a copy.
InterpolationPoint
          The InterpolationPoints have to be specified in ascending order of Data.
IsStaticExpressionVisitor
          Check if an expression is static (ie does not contain a PropertyName expression).
LiteralDemultiplyingFilterVisitor.FilterReplacer
          This interface is in support of a generic function (demultiply) that gets rid of the multi-valued literals, with any type of filter that takes two expressions.
MapItem
          This function recodes values from a property or expression into corresponding values of arbitrary type.
Method
          Interpolation method used by the Interpolate function.
Mode
          Interpolation mode used by interpolate function.
NullFilterVisitor
          Abstract implementation of FilterVisitor simple returns the provided data.
SimplifyingFilterVisitor.FIDValidator
          Defines a simple means of assessing whether a feature id in an Id filter is structurally valid and hence can be send down to the backend with confidence it will not cause trouble, the most common one being filtering by pk number even if the type name prefix does not match.
SimplifyingFilterVisitor.RegExFIDValidator
          A FID validator that matches the fids with a given regular expression to determine the fid's validity.
ThreshholdsBelongTo
          Used by Categorize function.
 

Classes in org.geotools.filter.visitor used by org.geotools.gce.imagemosaic
DefaultFilterVisitor
          Abstract implementation of FilterVisitor that simply walks the data structure.
 

Classes in org.geotools.filter.visitor used by org.geotools.jdbc
SimplifyingFilterVisitor.FIDValidator
          Defines a simple means of assessing whether a feature id in an Id filter is structurally valid and hence can be send down to the backend with confidence it will not cause trouble, the most common one being filtering by pk number even if the type name prefix does not match.
 

Classes in org.geotools.filter.visitor used by org.geotools.renderer.lite
DefaultFilterVisitor
          Abstract implementation of FilterVisitor that simply walks the data structure.
 

Classes in org.geotools.filter.visitor used by org.geotools.styling
DefaultFilterVisitor
          Abstract implementation of FilterVisitor that simply walks the data structure.
 

Classes in org.geotools.filter.visitor used by org.geotools.styling.visitor
DuplicatingFilterVisitor
          Used to duplication Filters and/or Expressions - returned object is a copy.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.