public class BeforeImpl extends BinaryTemporalOperatorImpl implements Before
MultiValuedFilter.MatchAction
e1, e2, matchAction
Constructor and Description |
---|
BeforeImpl(Expression e1,
Expression e2) |
BeforeImpl(Expression e1,
Expression e2,
MultiValuedFilter.MatchAction matchAction) |
Modifier and Type | Method and Description |
---|---|
Object |
accept(FilterVisitor visitor,
Object extraData)
Accepts a visitor.
|
protected boolean |
doEvaluate(RelativePosition pos) |
equals, evaluate, getExpression1, getExpression2, getMatchAction, hashCode, toInstant, toPeriod, toString, toTemporal
getExpression1, getExpression2
getMatchAction
public BeforeImpl(Expression e1, Expression e2)
public BeforeImpl(Expression e1, Expression e2, MultiValuedFilter.MatchAction matchAction)
protected boolean doEvaluate(RelativePosition pos)
doEvaluate
in class BinaryTemporalOperatorImpl
public Object accept(FilterVisitor visitor, Object extraData)
Filter
Implementations of all subinterfaces must have with a method whose content is the following:
return visitor.visit(this, extraData);
Copyright © 1996–2023 Geotools. All rights reserved.