org.opengis.temporal
Interface TemporalCoordinate

All Superinterfaces:
TemporalPosition
All Known Subinterfaces:
JulianDate
All Known Implementing Classes:
DefaultJulianDate, DefaultTemporalCoordinate

@UML(identifier="TM_Coordinate",
     specification=ISO_19108)
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
 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

@UML(identifier="CoordinateValue",
     obligation=MANDATORY,
     specification=ISO_19108)
Number getCoordinateValue()
Returns the distance from the scale origin expressed as a multiple of the standard interval associated with the temporal coordinate system.



Copyright © 1996-2014 Geotools. All Rights Reserved.