Package org.geotools.api.referencing.crs
Interface TemporalCRS
- All Superinterfaces:
CoordinateReferenceSystem,IdentifiedObject,ReferenceSystem,SingleCRS
- All Known Implementing Classes:
DefaultTemporalCRS
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)
-
Field Summary
Fields inherited from interface IdentifiedObject
ALIAS_KEY, IDENTIFIERS_KEY, NAME_KEY, REMARKS_KEYFields inherited from interface ReferenceSystem
DOMAIN_OF_VALIDITY_KEY, SCOPE_KEY -
Method Summary
Modifier and TypeMethodDescriptionReturns the coordinate system, which must be temporal.getDatum()Returns the datum, which must be temporal.Methods inherited from interface IdentifiedObject
getAlias, getIdentifiers, getName, getRemarks, toWKTMethods inherited from interface ReferenceSystem
getDomainOfValidity, getScope
-
Method Details
-
getCoordinateSystem
TimeCS getCoordinateSystem()Returns the coordinate system, which must be temporal.- Specified by:
getCoordinateSystemin interfaceCoordinateReferenceSystem- Specified by:
getCoordinateSystemin interfaceSingleCRS- Returns:
- The coordinate system.
-
getDatum
TemporalDatum getDatum()Returns the datum, which must be temporal.
-