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
Modifier and TypeMethodDescriptionDetermines the position of this primitive relative to another primitive.
-
Method Details
-
relativePosition
Determines the position of this primitive relative to another primitive.
-