Package org.geotools.api.temporal
Interface TemporalCoordinate
- All Superinterfaces:
TemporalPosition
- All Known Subinterfaces:
JulianDate
- All Known Implementing Classes:
DefaultJulianDate
,DefaultTemporalCoordinate
A data type that shall be used for identifying temporal position within a temporal coordinate system.
- Author:
- Stephane Fellah (Image Matters), Alexander Petkov
-
Method Summary
Modifier and TypeMethodDescriptionReturns the distance from the scale origin expressed as a multiple of the standard interval associated with the temporal coordinate system.Methods inherited from interface TemporalPosition
getIndeterminatePosition
-
Method Details
-
getCoordinateValue
Number getCoordinateValue()Returns the distance from the scale origin expressed as a multiple of the standard interval associated with the temporal coordinate system.
-