org.opengis.filter.temporal
Interface BinaryTemporalOperator
- All Superinterfaces:
- Filter, MultiValuedFilter
- All Known Subinterfaces:
- After, AnyInteracts, Before, Begins, BegunBy, During, EndedBy, Ends, Meets, MetBy, OverlappedBy, TContains, TEquals, TOverlaps
- All Known Implementing Classes:
- AfterImpl, AnyInteractsImpl, BeforeImpl, BeginsImpl, BegunByImpl, BinaryTemporalOperatorImpl, DuringImpl, EndedByImpl, EndsImpl, MeetsImpl, MetByImpl, OverlappedByImpl, TContainsImpl, TEqualsImpl, TOverlapsImpl
@XmlElement(value="BinaryTemporalOpType")
public interface BinaryTemporalOperator
- extends MultiValuedFilter
Base interface for all temporal filter operators.
- Since:
- 8.0
- Author:
- Justin Deoliveira, OpenGeo
getExpression1
@XmlElement(value="expression")
Expression getExpression1()
- Returns the first of the two expressions to be compared by this operator.
getExpression2
@XmlElement(value="expression")
Expression getExpression2()
- Returns the second of the two expressions to be compared by this operator.
Copyright © 1996-2014 Geotools. All Rights Reserved.