org.opengis.referencing.crs
Interface TemporalCRS

Show UML class diagram
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
See Also:
CRSAuthorityFactory.createTemporalCRS(String), CRSFactory.createTemporalCRS(Map, TemporalDatum, TimeCS)

Field Summary
 
Fields inherited from interface ReferenceSystem
DOMAIN_OF_VALIDITY_KEY, SCOPE_KEY
 
Fields inherited from interface IdentifiedObject
ALIAS_KEY, IDENTIFIERS_KEY, NAME_KEY, REMARKS_KEY
 
Method Summary
 TimeCS getCoordinateSystem()
          Returns the coordinate system, which must be temporal.
 TemporalDatum getDatum()
          Returns the datum, which must be temporal.
 
Methods inherited from interface ReferenceSystem
getDomainOfValidity, getScope
 
Methods inherited from interface IdentifiedObject
getAlias, getIdentifiers, getName, getRemarks, toWKT
 

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 interface CoordinateReferenceSystem
Specified by:
getCoordinateSystem in interface SingleCRS
Returns:
The coordinate system.

getDatum

@UML(identifier="datum",
     obligation=MANDATORY,
     specification=ISO_19111)
TemporalDatum getDatum()
Returns the datum, which must be temporal.

Specified by:
getDatum in interface SingleCRS
Returns:
The datum.


Copyright © 1994-2012 Open Geospatial Consortium. All Rights Reserved.