Package org.geotools.api.filter.temporal
Interface AnyInteracts
- All Superinterfaces:
BinaryTemporalOperator,Filter,MultiValuedFilter
- All Known Implementing Classes:
AnyInteractsImpl
Filter operator that determines if two temporal periods interact in any way as defined by the Filter Encoding
Specification.
The OverlappedBy operator is defined as a shortcut for the following:
NOT (Before OR Meets OR MetBy OR After).
- 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, getExpression2Methods inherited from interface MultiValuedFilter
getMatchAction
-
Field Details
-
NAME
Operator name- See Also:
-