org.opengis.temporal
Interface TemporalOrder
- All Known Subinterfaces:
- Instant, Period, TemporalGeometricPrimitive, TemporalPrimitive
- All Known Implementing Classes:
- DefaultInstant, DefaultPeriod, DefaultTemporalGeometricPrimitive, DefaultTemporalPrimitive
@UML(identifier="TM_Order",
specification=ISO_19108)
public interface TemporalOrder
Provides an operation for determining the position of this temporal primitive relative to another temporal primitive.
- Author:
- Stephane Fellah (Image Matters), Alexander Petkov
relativePosition
@UML(identifier="relativePosition",
obligation=MANDATORY,
specification=ISO_19108)
RelativePosition relativePosition(TemporalPrimitive other)
- Determines the position of this primitive relative to another primitive.
Copyright © 1996-2014 Geotools. All Rights Reserved.