Interface TemporalOperator<R>

Type Parameters:
R - the type of resources (e.g. Feature) to filter.
All Superinterfaces:
Filter<R>, Predicate<R>

@UML(identifier="TemporalOperator", specification=ISO_19143) public interface TemporalOperator<R> extends Filter<R>
Operator that determines whether its time arguments satisfy the stated spatial relationship. The operator evaluates to true if the temporal relationship is satisfied. Otherwise, the operator evaluates to false. The nature of the comparison is dependent on the operator type.

Exceptions

If any temporal position is indeterminate, an exception shall be raised.
Since:
3.1