Interface During

  • All Superinterfaces:
    BinaryTemporalOperator, Filter, MultiValuedFilter
    All Known Implementing Classes:
    DuringImpl

    public interface During
    extends BinaryTemporalOperator
    Filter operator that determines if a temporal object is located during another temporal object as defined by the Filter Encoding Specification.

    The During operator is defined by ISO 19108 and has the following semantics:

    t1,t2t1[],t2t1,t2[]t1[],t2[]
    n/an/at2.start < t1 < t2.endt1.start > t2.start and t1.end < t2.end
    Since:
    8.0
    Author:
    Justin Deoliveira, OpenGeo