Uses of Class
org.geotools.filter.visitor.DuplicatingFilterVisitor
Packages that use DuplicatingFilterVisitor
Package
Description
Vector processing support for the GeoTools library.
-
Uses of DuplicatingFilterVisitor in org.geotools.appschema.jdbc
Subclasses of DuplicatingFilterVisitor in org.geotools.appschema.jdbcModifier and TypeClassDescriptionfinal class
Visitor that encode a JDBC multivalued mapping to SQL.class
Renames the specified attribute to a new target name, preserving the namespace context. -
Uses of DuplicatingFilterVisitor in org.geotools.data.complex.filter
Subclasses of DuplicatingFilterVisitor in org.geotools.data.complex.filterModifier and TypeClassDescriptionclass
Duplicates Filter replacing mixed-indexed operator with combined ID IN clause + remaining filtersclass
-
Uses of DuplicatingFilterVisitor in org.geotools.data.singlestore
Subclasses of DuplicatingFilterVisitor in org.geotools.data.singlestore -
Uses of DuplicatingFilterVisitor in org.geotools.data.wfs
Subclasses of DuplicatingFilterVisitor in org.geotools.data.wfsModifier and TypeClassDescriptionclass
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.functionModifier and TypeClassDescriptionfinal class
Replace "featureMembers/ * /ATTRIBUTE" change with "ATTRIBUTE" -
Uses of DuplicatingFilterVisitor in org.geotools.filter.spatial
Subclasses of DuplicatingFilterVisitor in org.geotools.filter.spatialModifier and TypeClassDescriptionclass
Returns a clone of the provided filter where all geometries and bboxes that do not have a CRS gets the specified default one.class
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.visitorModifier and TypeClassDescriptionclass
Binds all literals in the filter to the target type they are compared to, in order to avoid the usage of converters on a evaluation by evaluation basis.class
Visit the BBOX filter elements and make sure they are valid.class
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 logicclass
Resolves all property name references in a filter against a particular feature type.class
Takes a filter and returns a simplified, equivalent one. -
Uses of DuplicatingFilterVisitor in org.geotools.jdbc
Subclasses of DuplicatingFilterVisitor in org.geotools.jdbc -
Uses of DuplicatingFilterVisitor in org.geotools.process.vector
Subclasses of DuplicatingFilterVisitor in org.geotools.process.vectorModifier and TypeClassDescriptionclass
ADuplicatingFilterVisitor
which expands theBBOX
of the filter by given distances for each box edge. -
Uses of DuplicatingFilterVisitor in org.geotools.stac.client
Subclasses of DuplicatingFilterVisitor in org.geotools.stac.clientModifier and TypeClassDescriptionclass
GeoTools code uses the empty string to mean the default geometry, but a STAC API won't know about this convention, this filter switches it to the "geometry" property of STAC items. -
Uses of DuplicatingFilterVisitor in org.geotools.stac.store
Subclasses of DuplicatingFilterVisitor in org.geotools.stac.storeModifier and TypeClassDescriptionclass
Several parts of GeoTools build simple comparisons for temporal filters, CQL2 uses dedicated operators instead, this visitor switches simple comparisons to temporal ones when a temporal property is used. -
Uses of DuplicatingFilterVisitor in org.geotools.styling.visitor
Fields in org.geotools.styling.visitor declared as DuplicatingFilterVisitorModifier and TypeFieldDescriptionprotected final DuplicatingFilterVisitor
DuplicatingStyleVisitor.copyFilter
We are using aggregation here to contain our DuplicatingFilterVisitor.Constructors in org.geotools.styling.visitor with parameters of type DuplicatingFilterVisitorModifierConstructorDescriptionDuplicatingStyleVisitor
(StyleFactory styleFactory, FilterFactory filterFactory, DuplicatingFilterVisitor filterCloner) Builds a new duplicating style visitor using a customDuplicatingStyleVisitor