Package org.geotools.api.filter.spatial
Interface BoundedSpatialOperator
-
- All Superinterfaces:
Filter
,MultiValuedFilter
,SpatialOperator
- 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
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface MultiValuedFilter
MultiValuedFilter.MatchAction
-
-
Method Summary
-
Methods inherited from interface MultiValuedFilter
getMatchAction
-
-