GeoAPI 2.0
Build 2005-06-08

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:
GeoAPI 1.0
Version:
Abstract specification 2.0

Field Summary
 
Fields inherited from interface ReferenceSystem
SCOPE_KEY, VALID_AREA_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
getScope, getValidArea
 
Methods inherited from interface IdentifiedObject
getAlias, getIdentifiers, getName, getRemarks, toWKT
 

Method Detail

getCoordinateSystem

@UML(identifier="usesCS",
     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

getDatum

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

Specified by:
getDatum in interface SingleCRS

GeoAPI 2.0
Build 2005-06-08

Symbols, terms and definitions
Copyright OpenGIS® Consortium