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 classVisitor that encode a JDBC multivalued mapping to SQL.classRenames 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 TypeClassDescriptionclassDuplicates 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 TypeClassDescriptionclassReturns 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 classReplace "featureMembers/ * /ATTRIBUTE" change with "ATTRIBUTE" -
Uses of DuplicatingFilterVisitor in org.geotools.filter.spatial
Subclasses of DuplicatingFilterVisitor in org.geotools.filter.spatialModifier and TypeClassDescriptionclassReturns a clone of the provided filter where all geometries and bboxes that do not have a CRS gets the specified default one.classReturns 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 TypeClassDescriptionclassBinds 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.classVisit the BBOX filter elements and make sure they are valid.classThis 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 logicclassResolves all property name references in a filter against a particular feature type.classTakes 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 TypeClassDescriptionclassADuplicatingFilterVisitorwhich expands theBBOXof 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 TypeClassDescriptionclassGeoTools 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 TypeClassDescriptionclassSeveral 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 DuplicatingFilterVisitorDuplicatingStyleVisitor.copyFilterWe 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