Package 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
- Version:
- 3.0
-
Field Summary
Fields inherited from interface org.opengis.referencing.IdentifiedObject
ALIAS_KEY, IDENTIFIERS_KEY, NAME_KEY, REMARKS_KEYFields inherited from interface org.opengis.referencing.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 org.opengis.referencing.IdentifiedObject
getAlias, getIdentifiers, getName, getRemarks, toWKTMethods inherited from interface org.opengis.referencing.ReferenceSystem
getDomainOfValidity, getScope
-
Method Details
-
getCoordinateSystem
@UML(identifier="coordinateSystem", obligation=MANDATORY, specification=ISO_19111) TimeCS getCoordinateSystem()Returns the coordinate system, which must be temporal.- Specified by:
getCoordinateSystemin interfaceCoordinateReferenceSystem- Specified by:
getCoordinateSystemin interfaceSingleCRS- Returns:
- The coordinate system.
-
getDatum
Returns the datum, which must be temporal.
-