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_KEY
-
Fields inherited from interface org.opengis.referencing.ReferenceSystem
DOMAIN_OF_VALIDITY_KEY, SCOPE_KEY
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TimeCS
getCoordinateSystem()
Returns the coordinate system, which must be temporal.TemporalDatum
getDatum()
Returns the datum, which must be temporal.-
Methods inherited from interface org.opengis.referencing.IdentifiedObject
getAlias, getIdentifiers, getName, getRemarks, toWKT
-
Methods inherited from interface org.opengis.referencing.ReferenceSystem
getDomainOfValidity, getScope
-
-
-
-
Method Detail
-
getCoordinateSystem
@UML(identifier="coordinateSystem", obligation=MANDATORY, specification=ISO_19111) TimeCS getCoordinateSystem()
Returns the coordinate system, which must be temporal.- Specified by:
getCoordinateSystem
in interfaceCoordinateReferenceSystem
- Specified by:
getCoordinateSystem
in interfaceSingleCRS
- Returns:
- The coordinate system.
-
getDatum
@UML(identifier="datum", obligation=MANDATORY, specification=ISO_19111) TemporalDatum getDatum()
Returns the datum, which must be temporal.
-
-