org.opengis.referencing.crs
Interface TemporalCRS
- All Superinterfaces:
- CoordinateReferenceSystem, IdentifiedObject, ReferenceSystem, SingleCRS
@UML(identifier="SC_TemporalCRS",
specification=ISO_19111)
public interface TemporalCRS
- extends SingleCRS
A 1D coordinate reference system used for the recording of time.
Used with CS type(s) |
Time
|
- Since:
- 1.0
getCoordinateSystem
@UML(identifier="coordinateSystem",
obligation=MANDATORY,
specification=ISO_19111)
TimeCS getCoordinateSystem()
- Returns the coordinate system, which must be temporal.
- Specified by:
getCoordinateSystem
in interface CoordinateReferenceSystem
- Specified by:
getCoordinateSystem
in interface SingleCRS
- Returns:
- The coordinate system.
getDatum
@UML(identifier="datum",
obligation=MANDATORY,
specification=ISO_19111)
TemporalDatum getDatum()
- Returns the datum, which must be temporal.
- Specified by:
getDatum
in interface SingleCRS
- Returns:
- The datum.
Copyright © 1994-2011 Open Geospatial Consortium. All Rights Reserved.