Uses of Interface
org.geotools.api.filter.spatial.SpatialOperator
Packages that use SpatialOperator
Package
Description
The package name does not map the prefix name because we feel that this
is a better representation.
-
Uses of SpatialOperator in org.geotools.api.filter.spatial
Subinterfaces of SpatialOperator in org.geotools.api.filter.spatialModifier and TypeInterfaceDescriptioninterfaceSpatial operator that evaluates totruewhen the bounding box of the feature's geometry overlaps the bounding box provided in this object's properties.interfaceAn extension to the general BBOX filter for supporting 3D Bounding Boxes that have a minimum and maximum Z-value.interfaceConcrete distance buffer operator that evaluates astruewhen all of a feature's geometry lies beyond (i.e. is more distant) than the given distance from this object's geometry.interfaceAbstract superclass for filter operators that perform some sort of spatial comparison on two geometric objects.interfaceMarker interface for spatial operators that are a subset of the BBOX relationship.interfaceConcrete binary spatial operator that evaluates totrueif the the first geometric operand contains the second.interfaceConcrete binary spatial operator that evaluates totrueif the first geometric operand crosses the second (in the sense defined by the OGC Simple Features specification).interfaceConcrete binary spatial operator that evaluates totrueif the first operand is disjoint from the second (in the sense defined in the OGC Simple Features specification).interfaceAbstract superclass for spatial operators that check that one shape satisfies some relation to a buffer around another shape.interfaceConcrete distance buffer operator that evaluates as true when any part of the first geometry lies within the given distance of the second geometry.interfaceConcrete binary spatial operator that evaluates totrueif the geometry of the two operands are equal.interfaceConcrete binary spatial operator that evaluates totrueif the two geometric operands intersect.interfaceConcrete binary spatial operator that evaluates totrueif the interior of the first geometry somewhere overlaps the interior of the second geometry.interfaceConcrete binary spatial operator that evaluates totrueif the feature's geometry touches, but does not overlap with the geometry held by this object.interfaceConcrete binary spatial operator that evaluates totrueif the feature's geometry is completely contained by the constant geometry held by this object. -
Uses of SpatialOperator in org.geotools.filter
Classes in org.geotools.filter that implement SpatialOperatorModifier and TypeClassDescriptionclassDefines geometry filters with a distance element.classImplements a geometry filter. -
Uses of SpatialOperator in org.geotools.filter.spatial
Classes in org.geotools.filter.spatial that implement SpatialOperatorModifier and TypeClassDescriptionclassA base class for GeometryFilters that will use PreparedGeometries when the Expression is a Literal Expression.classA 3D BBOX Filter Implementation Supports filtering with BBOXes that have 3D coordinates including a minimum and maximum for the z-axis.classclassclassclassclassclassclassclassclassclassclass -
Uses of SpatialOperator in org.geotools.xml.filter
Methods in org.geotools.xml.filter with parameters of type SpatialOperatorModifier and TypeMethodDescriptionprotected voidFilterEncodingPreProcessor.visitGeometryFilter(SpatialOperator filter)