Package org.geotools.api.filter.temporal
Interface Before
- All Superinterfaces:
BinaryTemporalOperator
,Filter
,MultiValuedFilter
- All Known Implementing Classes:
BeforeImpl
Filter operator that determines if a temporal object is before another temporal object as defined by the Filter
Encoding Specification.
The Before operator is defined by ISO 19108 and has the following semantics:
t1,t2 | t1[],t2 | t1,t2[] | t1[],t2[] |
t1 < t2 | t1.end < t2 | t1 < t2.start | t1.end < t2.start |
- Since:
- 8.0
- Author:
- Justin Deoliveira, OpenGeo
-
Nested Class Summary
Nested classes/interfaces inherited from interface MultiValuedFilter
MultiValuedFilter.MatchAction
-
Field Summary
Fields -
Method Summary
Methods inherited from interface BinaryTemporalOperator
getExpression1, getExpression2
Methods inherited from interface MultiValuedFilter
getMatchAction
-
Field Details
-
NAME
Operator name- See Also:
-