Package org.geotools.api.filter.temporal
Interface BegunBy
-
- All Superinterfaces:
BinaryTemporalOperator
,Filter
,MultiValuedFilter
- All Known Implementing Classes:
BegunByImpl
public interface BegunBy extends BinaryTemporalOperator
Filter operator that determines if another temporal object is located at the beginning of a temporal object as defined by the Filter Encoding Specification.The BegunBy operator is defined by ISO 19108 and has the following semantics:
t1,t2 t1[],t2 t1,t2[] t1[],t2[] n/a t1.start = t2 n/a t1.start = t2.start and t1.end > t2.end - Since:
- 8.0
- Author:
- Justin Deoliveira, OpenGeo
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface MultiValuedFilter
MultiValuedFilter.MatchAction
-
-
Method Summary
-
Methods inherited from interface BinaryTemporalOperator
getExpression1, getExpression2
-
Methods inherited from interface MultiValuedFilter
getMatchAction
-
-
-
-
Field Detail
-
NAME
static final String NAME
Operator name- See Also:
- Constant Field Values
-
-