Package org.geotools.filter.capability
Class SpatialOperatorsImpl
Object
SpatialOperatorsImpl
- All Implemented Interfaces:
SpatialOperators
Implementation of the SpatialOperators interface.
- Author:
- Justin Deoliveira, The Open Planning Project
-
Constructor Summary
ConstructorsConstructorDescriptionSpatialOperatorsImpl
(Collection<SpatialOperator> operators) SpatialOperatorsImpl
(SpatialOperator... operators) -
Method Summary
Modifier and TypeMethodDescriptionvoid
addAll
(SpatialOperators copy) boolean
getOperator
(String name) Looks up an operator by name, returning null if no such operator found.Provided spatial operators.int
hashCode()
void
setOperators
(Collection<SpatialOperator> operators) toString()
-
Constructor Details
-
SpatialOperatorsImpl
public SpatialOperatorsImpl() -
SpatialOperatorsImpl
-
SpatialOperatorsImpl
-
SpatialOperatorsImpl
-
-
Method Details
-
setOperators
-
getOperators
Description copied from interface:SpatialOperators
Provided spatial operators.- Specified by:
getOperators
in interfaceSpatialOperators
-
getOperator
Description copied from interface:SpatialOperators
Looks up an operator by name, returning null if no such operator found.- Specified by:
getOperator
in interfaceSpatialOperators
- Parameters:
name
- the name of the operator.- Returns:
- The operator, or null.
-
addAll
-
toString
-
hashCode
public int hashCode() -
equals
-