Package org.geotools.filter.capability
Class OperatorImpl
Object
OperatorImpl
- All Implemented Interfaces:
Operator
- Direct Known Subclasses:
FunctionNameImpl
,SpatialOperatorImpl
Implementation of the Operator interface.
- Author:
- Justin Deoliveira, The Open Planning Project
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
OperatorImpl
-
OperatorImpl
-
-
Method Details
-
setName
-
getName
Description copied from interface:Operator
Name of supported Operator.Each filter subclass has an associated name (such as BBOX or EqualsTo), you can use this name to determine if a matching Operator is defined as part of FilterCapabilities.
-
hashCode
public int hashCode()Description copied from interface:Operator
HashCode should be implemented simply in terms of getName(). -
equals
Description copied from interface:Operator
Equals should be implemented simply in terms of getName() -
toString
-