Package org.geotools.filter.capability
Class TemporalOperatorsImpl
Object
TemporalOperatorsImpl
- All Implemented Interfaces:
TemporalOperators
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetOperator(String name) Looks up an operator by name, returning null if no such operator found.Provided temporal operators.inthashCode()
-
Constructor Details
-
TemporalOperatorsImpl
public TemporalOperatorsImpl() -
TemporalOperatorsImpl
-
-
Method Details
-
getOperators
Description copied from interface:TemporalOperatorsProvided temporal operators.- Specified by:
getOperatorsin interfaceTemporalOperators
-
getOperator
Description copied from interface:TemporalOperatorsLooks up an operator by name, returning null if no such operator found.- Specified by:
getOperatorin interfaceTemporalOperators- Parameters:
name- the name of the operator.- Returns:
- The operator, or null.
-
hashCode
public int hashCode() -
equals
-