Interface BoundedSpatialOperator

All Superinterfaces:
Filter, MultiValuedFilter, SpatialOperator
All Known Subinterfaces:
Contains, Crosses, Equals, Intersects, Overlaps, Touches, Within
All Known Implementing Classes:
ContainsImpl, CrossesImpl, EqualsImpl, IntersectsImpl, OverlapsImpl, TouchesImpl, WithinImpl

public interface BoundedSpatialOperator extends SpatialOperator
Marker interface for spatial operators that are a subset of the BBOX relationship.

This interface can be used to quickly check when an BBox optimization is applicable.

Since:
GeoAPI 2.1
Author:
Jody Garnett, Refractions Research