Package org.geotools.api.temporal
Interface TemporalCoordinate
-
- All Superinterfaces:
TemporalPosition
- All Known Subinterfaces:
JulianDate
- All Known Implementing Classes:
DefaultJulianDate
,DefaultTemporalCoordinate
public interface TemporalCoordinate extends TemporalPosition
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Number
getCoordinateValue()
Returns 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 Detail
-
getCoordinateValue
Number getCoordinateValue()
Returns the distance from the scale origin expressed as a multiple of the standard interval associated with the temporal coordinate system.
-
-