Interface SpatialOperator
- All Superinterfaces:
Operator
- All Known Subinterfaces:
SpatialOperatorType
- All Known Implementing Classes:
SpatialOperatorImpl
,SpatialOperatorTypeImpl
Indicates support for the named spatial operator.
The filter that is supported is indicated by the getName() field, these names matc
- A subclass of Filter. Examples include "BBOX" and "Beyond"
- Author:
- Markus Schneider
-
Method Summary
Modifier and TypeMethodDescriptionReturns the geometryOperands.
-
Method Details
-
getGeometryOperands
Collection<GeometryOperand> getGeometryOperands()Returns the geometryOperands.
-