| Name | Description | Type | Package | Framework |
| BBOX | Spatial operator that evaluates to true when the bounding box of the feature's geometry overlaps the bounding box provided in this object's properties. | Interface | org.opengis.filter.spatial | GeoTools |
|
| BBOX3D | An extension to the general BBOX filter for supporting 3D Bounding Boxes that have a minimum and maximum Z-value. | Interface | org.opengis.filter.spatial | GeoTools |
|
| Beyond | Concrete distance buffer operator that evaluates as true when all of a feature's geometry lies beyond (i. | Interface | org.opengis.filter.spatial | GeoTools |
|
| BinarySpatialOperator | Abstract superclass for filter operators that perform some sort of spatial comparison on two geometric objects. | Interface | org.opengis.filter.spatial | GeoTools |
|
| BoundedSpatialOperator | Marker interface for spatial operators that are a subset of the BBOX relationship. | Interface | org.opengis.filter.spatial | GeoTools |
|
| Contains | Concrete binary spatial operator that evaluates to true if the the first geometric operand contains the second. | Interface | org.opengis.filter.spatial | GeoTools |
|
| Crosses | Concrete binary spatial operator that evaluates to true if the first geometric operand crosses the second (in the sense defined | Interface | org.opengis.filter.spatial | GeoTools |
|
| Disjoint | Concrete binary spatial operator that evaluates to true if the first operand is disjoint from the second (in the sense defined | Interface | org.opengis.filter.spatial | GeoTools |
|
| DistanceBufferOperator | Abstract superclass for spatial operators that check that one shape satisfies some relation to a buffer around another shape. | Interface | org.opengis.filter.spatial | GeoTools |
|
| DWithin | Concrete distance buffer operator that evaluates as true when any part of the first geometry lies within the given distance | Interface | org.opengis.filter.spatial | GeoTools |
|
| Equals | Concrete binary spatial operator that evaluates to true if the geometry of the two operands are equal. | Interface | org.opengis.filter.spatial | GeoTools |
|
| Intersects | Concrete binary spatial operator that evaluates to true if the two geometric operands intersect. | Interface | org.opengis.filter.spatial | GeoTools |
|
| Overlaps | Concrete binary spatial operator that evaluates to true if the interior of the first geometry somewhere overlaps the | Interface | org.opengis.filter.spatial | GeoTools |
|
| SpatialOperator | Abstract base class for operators that perform a spatial comparison on geometric attributes of a feature. | Interface | org.opengis.filter.spatial | GeoTools |
|
| Touches | Concrete binary spatial operator that evaluates to true if the feature's geometry touches, but does not overlap with the | Interface | org.opengis.filter.spatial | GeoTools |
|
| Within | Concrete binary spatial operator that evaluates to true if the feature's geometry is completely contained by the constant | Interface | org.opengis.filter.spatial | GeoTools |