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 TypeMethodDescriptionvoidaddAll(SpatialOperators copy) booleangetOperator(String name) Looks up an operator by name, returning null if no such operator found.Provided spatial operators.inthashCode()voidsetOperators(Collection<SpatialOperator> operators) toString()
-
Constructor Details
-
SpatialOperatorsImpl
public SpatialOperatorsImpl() -
SpatialOperatorsImpl
-
SpatialOperatorsImpl
-
SpatialOperatorsImpl
-
-
Method Details
-
setOperators
-
getOperators
Description copied from interface:SpatialOperatorsProvided spatial operators.- Specified by:
getOperatorsin interfaceSpatialOperators
-
getOperator
Description copied from interface:SpatialOperatorsLooks up an operator by name, returning null if no such operator found.- Specified by:
getOperatorin interfaceSpatialOperators- Parameters:
name- the name of the operator.- Returns:
- The operator, or null.
-
addAll
-
toString
-
hashCode
public int hashCode() -
equals
-