Package org.geotools.api.filter.spatial
Interface BBOX
-
- All Superinterfaces:
BinarySpatialOperator
,Filter
,MultiValuedFilter
,SpatialOperator
- All Known Subinterfaces:
BBOX3D
- All Known Implementing Classes:
BBOX3DImpl
,BBOXImpl
public interface BBOX extends BinarySpatialOperator
Spatial operator that evaluates totrue
when the bounding box of the feature's geometry overlaps the bounding box provided in this object's properties. An implementation may choose to throw an exception if one attempts to test features that are in a different SRS than the SRS contained here.- Since:
- GeoAPI 2.0
- Author:
- Chris Dillard (SYS Technologies)
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface MultiValuedFilter
MultiValuedFilter.MatchAction
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BoundingBox
getBounds()
Return Bounding Box object representing the bounds of the filter @Return Bounds of Filter-
Methods inherited from interface BinarySpatialOperator
getExpression1, getExpression2
-
Methods inherited from interface MultiValuedFilter
getMatchAction
-
-
-
-
Field Detail
-
NAME
static final String NAME
Operator name used to check FilterCapabilities- See Also:
- Constant Field Values
-
-
Method Detail
-
getBounds
BoundingBox getBounds()
Return Bounding Box object representing the bounds of the filter @Return Bounds of Filter
-
-