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 1-dimensional coordinate reference system used for the recording of time.This type of CRS can be used with coordinate systems of type
TimeCS. 
- 
- 
Field Summary
- 
Fields inherited from interface IdentifiedObject
ALIAS_KEY, IDENTIFIERS_KEY, NAME_KEY, REMARKS_KEY 
- 
Fields inherited from interface ReferenceSystem
DOMAIN_OF_VALIDITY_KEY, SCOPE_KEY 
 - 
 
- 
Method Summary
Modifier and Type Method Description TimeCSgetCoordinateSystem()Returns the coordinate system, which shall be temporal.TemporalDatumgetDatum()Returns the datum, which shall be temporal.- 
Methods inherited from interface IdentifiedObject
getAlias, getIdentifiers, getName, getRemarks, toWKT 
- 
Methods inherited from interface ReferenceSystem
getDomainOfValidity, getScope 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getCoordinateSystem
@UML(identifier="coordinateSystem", obligation=MANDATORY, specification=ISO_19111) TimeCS getCoordinateSystem()
Returns the coordinate system, which shall be temporal.- Specified by:
 getCoordinateSystemin interfaceCoordinateReferenceSystem- Specified by:
 getCoordinateSystemin interfaceSingleCRS- Returns:
 - the temporal coordinate system.
 
 
- 
getDatum
@UML(identifier="datum", obligation=MANDATORY, specification=ISO_19111) TemporalDatum getDatum()
Returns the datum, which shall be temporal. 
 - 
 
 -