Package org.geotools.filter.capability
Class SpatialOperatorImpl
Object
OperatorImpl
SpatialOperatorImpl
- All Implemented Interfaces:
Operator,SpatialOperator
Implementation of the SpatialOperator interface.
- Author:
- Justin Deoliveira, The Open Planning Project
-
Constructor Summary
ConstructorsConstructorDescriptionSpatialOperatorImpl(String name) SpatialOperatorImpl(String name, Collection<GeometryOperand> geometryOperands) SpatialOperatorImpl(String name, GeometryOperand... geometryOperands) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAll(SpatialOperator copy) Returns the geometryOperands.voidsetGeometryOperands(Collection<GeometryOperand> geometryOperands)
-
Constructor Details
-
SpatialOperatorImpl
-
SpatialOperatorImpl
-
SpatialOperatorImpl
-
SpatialOperatorImpl
-
-
Method Details
-
setGeometryOperands
-
getGeometryOperands
Description copied from interface:SpatialOperatorReturns the geometryOperands.- Specified by:
getGeometryOperandsin interfaceSpatialOperator
-
addAll
-