Uses of Class
org.geotools.filter.visitor.DuplicatingFilterVisitor
-
Packages that use DuplicatingFilterVisitor Package Description org.geotools.appschema.jdbc org.geotools.data.complex.filter org.geotools.data.wfs org.geotools.filter.function org.geotools.filter.spatial org.geotools.filter.visitor org.geotools.jdbc org.geotools.process.vector Vector processing support for the GeoTools library.org.geotools.stac.client org.geotools.stac.store org.geotools.styling.visitor -
-
Uses of DuplicatingFilterVisitor in org.geotools.appschema.jdbc
Subclasses of DuplicatingFilterVisitor in org.geotools.appschema.jdbc Modifier and Type Class Description class
JdbcMultipleValueEncoder
Visitor that encode a JDBC multivalued mapping to SQL.class
NamespaceAwareAttributeRenameVisitor
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.filter Modifier and Type Class Description class
IndexCombinedFilterTransformerVisitor
Duplicates Filter replacing mixed-indexed operator with combined ID IN clause + remaining filtersclass
IndexUnmappingVisitor
-
Uses of DuplicatingFilterVisitor in org.geotools.data.wfs
Subclasses of DuplicatingFilterVisitor in org.geotools.data.wfs Modifier and Type Class Description 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 Modifier and Type Class Description class
CollectionFeatureMemberFilterVisitor
Replace "featureMembers/ * /ATTRIBUTE" change with "ATTRIBUTE" -
Uses of DuplicatingFilterVisitor in org.geotools.filter.spatial
Subclasses of DuplicatingFilterVisitor in org.geotools.filter.spatial Modifier and Type Class Description 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 Modifier and Type Class Description class
BindingFilterVisitor
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
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 logicclass
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.jdbc
Subclasses of DuplicatingFilterVisitor in org.geotools.jdbc Modifier and Type Class Description static class
JoinInfo.JoinQualifier
-
Uses of DuplicatingFilterVisitor in org.geotools.process.vector
Subclasses of DuplicatingFilterVisitor in org.geotools.process.vector Modifier and Type Class Description class
BBOXExpandingFilterVisitor
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.client Modifier and Type Class Description class
GeometryDefaulter
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.store Modifier and Type Class Description class
TemporalFilterVisitor
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 DuplicatingFilterVisitor Modifier and Type Field Description protected DuplicatingFilterVisitor
DuplicatingStyleVisitor. copyFilter
We are using aggregation here to contain our DuplicatingFilterVisitor.Constructors in org.geotools.styling.visitor with parameters of type DuplicatingFilterVisitor Constructor Description DuplicatingStyleVisitor(StyleFactory styleFactory, FilterFactory filterFactory, DuplicatingFilterVisitor filterCloner)
Builds a new duplicating style visitor using a customDuplicatingStyleVisitor
-