org.opengis.filter.spatial
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

Nested Class Summary
 
Nested classes/interfaces inherited from interface MultiValuedFilter
MultiValuedFilter.MatchAction
 
Field Summary
 
Fields inherited from interface Filter
EXCLUDE, INCLUDE
 
Method Summary
 
Methods inherited from interface MultiValuedFilter
getMatchAction
 
Methods inherited from interface Filter
accept, evaluate
 



Copyright © 1996-2014 Geotools. All Rights Reserved.