Uses of Package
org.geotools.filter.visitor

Packages that use org.geotools.filter.visitor
org.geotools.data.jdbc   
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.visitor   
org.geotools.jdbc   
org.geotools.renderer.lite A simple renderer implementation. 
org.geotools.renderer.shape   
org.geotools.styling Allows for symbolization of geospatial data. 
org.geotools.styling.visitor   
 

Classes in org.geotools.filter.visitor used by org.geotools.data.jdbc
ClientTransactionAccessor
          Provides access to certain transaction state for the PostPreProcessFilterSplittingVisitor and CapabilitiesFilterSplitter.
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.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.
 

Classes in org.geotools.filter.visitor used by org.geotools.filter.visitor
ClientTransactionAccessor
          Provides access to certain transaction state for the PostPreProcessFilterSplittingVisitor and CapabilitiesFilterSplitter.
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).
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.
Whether the Threshold values themselves belong to the preceding or the succeeding interval can be controlled by the attribute thresholdsBelongTo= with the possible values "preceding" and "succeeding" the latter being the default.
 

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.renderer.shape
AbstractFilterVisitor
          Deprecated. Please use DefaultFilterVisitor (to stick with only opengis 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.
 

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-2010 Geotools. All Rights Reserved.