Package org.geotools.api.temporal
Interface TemporalOrder
-
- All Known Subinterfaces:
Instant
,Period
,TemporalGeometricPrimitive
,TemporalPrimitive
- All Known Implementing Classes:
DefaultInstant
,DefaultPeriod
,DefaultTemporalGeometricPrimitive
,DefaultTemporalPrimitive
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
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RelativePosition
relativePosition(TemporalPrimitive other)
Determines the position of this primitive relative to another primitive.
-
-
-
Method Detail
-
relativePosition
RelativePosition relativePosition(TemporalPrimitive other)
Determines the position of this primitive relative to another primitive.
-
-