Package org.geotools.api.temporal
Interface OrdinalPosition
-
- All Superinterfaces:
TemporalPosition
- All Known Implementing Classes:
DefaultOrdinalPosition
public interface OrdinalPosition extends TemporalPosition
A data type that shall be used for identifying temporal position within an ordinal temporal reference system.- Author:
- Stephane Fellah (Image Matters), Alexander Petkov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OrdinalEra
getOrdinalPosition()
Provides a reference to the ordinal era in which the instant occurs.-
Methods inherited from interface TemporalPosition
getIndeterminatePosition
-
-
-
-
Method Detail
-
getOrdinalPosition
OrdinalEra getOrdinalPosition()
Provides a reference to the ordinal era in which the instant occurs.
-
-