Package org.geotools.filter.temporal
Class EndedByImpl
Object
BinaryTemporalOperatorImpl
EndedByImpl
- All Implemented Interfaces:
Filter,MultiValuedFilter,BinaryTemporalOperator,EndedBy
-
Nested Class Summary
Nested classes/interfaces inherited from interface MultiValuedFilter
MultiValuedFilter.MatchAction -
Field Summary
Fields inherited from class BinaryTemporalOperatorImpl
e1, e2, matchAction -
Constructor Summary
ConstructorsConstructorDescriptionEndedByImpl(Expression e1, Expression e2) EndedByImpl(Expression e1, Expression e2, MultiValuedFilter.MatchAction matchAction) -
Method Summary
Modifier and TypeMethodDescriptionaccept(FilterVisitor visitor, Object extraData) Accepts a visitor.protected booleanMethods inherited from class BinaryTemporalOperatorImpl
equals, evaluate, getExpression1, getExpression2, getMatchAction, hashCode, toInstant, toPeriod, toString, toTemporalMethods inherited from interface BinaryTemporalOperator
getExpression1, getExpression2Methods inherited from interface MultiValuedFilter
getMatchAction
-
Constructor Details
-
EndedByImpl
-
EndedByImpl
-
-
Method Details
-
doEvaluate
- Specified by:
doEvaluatein classBinaryTemporalOperatorImpl
-
accept
Description copied from interface:FilterAccepts a visitor.Implementations of all subinterfaces must have with a method whose content is the following:
return visitor.visit(this, extraData);
-