Uses of Class
org.geotools.filter.visitor.DefaultFilterVisitor

Packages that use DefaultFilterVisitor
org.geotools.feature.visitor   
org.geotools.filter   
org.geotools.filter.function   
org.geotools.renderer.lite A simple renderer implementation. 
org.geotools.styling Allows for symbolization of geospatial data. 
 

Uses of DefaultFilterVisitor in org.geotools.feature.visitor
 

Subclasses of DefaultFilterVisitor in org.geotools.feature.visitor
 class IdCollectorFilterVisitor
          Gather up all FeatureId strings into a provided HashSet.
 

Uses of DefaultFilterVisitor in org.geotools.filter
 

Subclasses of DefaultFilterVisitor in org.geotools.filter
 class FilterAttributeExtractor
          A simple visitor that extracts every attribute used by a filter or an expression
 

Uses of DefaultFilterVisitor in org.geotools.filter.function
 

Subclasses of DefaultFilterVisitor in org.geotools.filter.function
 class GeometryTransformationVisitor
          Given an original rendering envelope it visits an expression, finds all GeometryTransformation, collects and merges all the returned query envelopes
 

Uses of DefaultFilterVisitor in org.geotools.renderer.lite
 

Subclasses of DefaultFilterVisitor in org.geotools.renderer.lite
 class MetaBufferEstimator
          Parses a style or part of it and returns the size of the largest stroke and the biggest point symbolizer whose width is specified with a literal expression.
 

Uses of DefaultFilterVisitor in org.geotools.styling
 

Subclasses of DefaultFilterVisitor in org.geotools.styling
 class StyleAttributeExtractor
          A simple visitor whose purpose is to extract the set of attributes used by a Style, that is, those that the Style expects to find in order to work properly
 class StyleAttributeExtractorTruncated
          A simple visitor whose purpose is to extract the set of attributes used by a Style, that is, those that the Style expects to find in order to work properly This is very similiar to StyleAttributeExtractor, but with these differences: a) it doesnt the count the tag in the b) it doesnt count anything in the 's tag c) it doesnt count anything in the 's
 



Copyright © 1996-2010 Geotools. All Rights Reserved.