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

Packages that use DuplicatingFilterVisitor
org.geotools.arcsde.filter   
org.geotools.data.wfs.v1_1_0   
org.geotools.filter.function   
org.geotools.filter.spatial   
org.geotools.filter.visitor   
org.geotools.styling.visitor   
 

Uses of DuplicatingFilterVisitor in org.geotools.arcsde.filter
 

Subclasses of DuplicatingFilterVisitor in org.geotools.arcsde.filter
 class ArcSdeSimplifyingFilterVisitor
          Custom simplifying filter visitor that also tries to turn multiple or-ed spatial filters into a single spatial filter (since ArcSDE query cannot handle or-ed spatial conditions)
 

Uses of DuplicatingFilterVisitor in org.geotools.data.wfs.v1_1_0
 

Subclasses of DuplicatingFilterVisitor in org.geotools.data.wfs.v1_1_0
 class InvertAxisFilterVisitor
          Returns a clone of the provided filter where all geometries and bboxes have inverted coordinates (x, y) -> (y, x).
 

Uses of DuplicatingFilterVisitor in org.geotools.filter.function
 

Subclasses of DuplicatingFilterVisitor in org.geotools.filter.function
 class CollectionFeatureMemberFilterVisitor
          Replace "featureMembers/ * /ATTRIBUTE" change with "ATTRIBUTE" This is used to clean up xpath expressions prior to use by the various aggregate functions such as Collection_AverageFunction.
 

Uses of DuplicatingFilterVisitor in org.geotools.filter.spatial
 

Subclasses of DuplicatingFilterVisitor in org.geotools.filter.spatial
 class DefaultCRSFilterVisitor
          Returns a clone of the provided filter where all geometries and bboxes that do not have a CRS gets the specified default one.
 class ReprojectingFilterVisitor
          Returns a clone of the provided filter where all geometries and bboxes have been reprojected to the CRS of the associated attributes.
 

Uses of DuplicatingFilterVisitor in org.geotools.filter.visitor
 

Subclasses of DuplicatingFilterVisitor in org.geotools.filter.visitor
 class FixBBOXFilterVisitor
          Visit the BBOX filter elements and make sure they are valid.
 class LiteralDemultiplyingFilterVisitor
          This visitor gets rid of equations that contain literals with multiple values (collections) and creates instead multiple singe value equations, replacing the ANY, ALL, ONE logic by AND, OR, NOT logic
 class PropertyNameResolvingVisitor
          Resolves all property name references in a filter against a particular feature type.
 class SimplifyingFilterVisitor
          Takes a filter and returns a simplified, equivalent one.
 

Uses of DuplicatingFilterVisitor in org.geotools.styling.visitor
 

Fields in org.geotools.styling.visitor declared as DuplicatingFilterVisitor
protected  DuplicatingFilterVisitor DuplicatingStyleVisitor.copyFilter
          We are using aggregation here to contain our DuplicatingFilterVisitor.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.