Package org.geotools.filter.capability
Class TemporalOperatorImpl
Object
TemporalOperatorImpl
- All Implemented Interfaces:
Operator,TemporalOperator
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TemporalOperatorImpl
-
-
Method Details
-
getName
Description copied from interface:OperatorName 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.
-
getTemporalOperands
Description copied from interface:TemporalOperatorThe operands accepted by this temporal operator.- Specified by:
getTemporalOperandsin interfaceTemporalOperator
-
hashCode
public int hashCode()Description copied from interface:OperatorHashCode should be implemented simply in terms of getName(). -
equals
Description copied from interface:OperatorEquals should be implemented simply in terms of getName()
-