org.opengis.referencing.crs
Interface TemporalCRS
- All Superinterfaces:
- CoordinateReferenceSystem, IdentifiedObject, ReferenceSystem, SingleCRS
- All Known Implementing Classes:
- DefaultTemporalCRS
@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:
- GeoAPI 1.0
- Author:
- Martin Desruisseaux (IRD)
getCoordinateSystem
@UML(identifier="usesCS",
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="usesDatum",
obligation=MANDATORY,
specification=ISO_19111)
TemporalDatum getDatum()
- Returns the datum, which must be temporal.
- Specified by:
getDatum
in interface SingleCRS
- Returns:
- The datum.
Copyright © 1996-2014 Geotools. All Rights Reserved.