Package org.geotools.filter.temporal
Class AnyInteractsImpl
Object
BinaryTemporalOperatorImpl
AnyInteractsImpl
- All Implemented Interfaces:
Filter,MultiValuedFilter,AnyInteracts,BinaryTemporalOperator
-
Nested Class Summary
Nested classes/interfaces inherited from interface MultiValuedFilter
MultiValuedFilter.MatchAction -
Field Summary
Fields inherited from class BinaryTemporalOperatorImpl
e1, e2, matchActionFields inherited from interface AnyInteracts
NAME -
Constructor Summary
ConstructorsConstructorDescriptionAnyInteractsImpl(Expression e1, Expression e2) AnyInteractsImpl(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
-
AnyInteractsImpl
-
AnyInteractsImpl
-
-
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);
-