Class TemporalCRS<C extends Coordinates<?>>
java.lang.Object
org.jscience.geography.coordinates.crs.CoordinateReferenceSystem<C>
org.jscience.geography.coordinates.crs.TemporalCRS<C>
- All Implemented Interfaces:
org.opengis.referencing.crs.CoordinateReferenceSystem
,org.opengis.referencing.IdentifiedObject
,org.opengis.referencing.ReferenceSystem
This class represents a 1 dimensional temporal reference system.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jscience.geography.coordinates.crs.CoordinateReferenceSystem
CoordinateReferenceSystem.AbsolutePosition
-
Field Summary
Modifier and TypeFieldDescriptionstatic final org.opengis.referencing.cs.CoordinateSystem
Holds the time coordinate system.Fields inherited from interface org.opengis.referencing.IdentifiedObject
ALIAS_KEY, IDENTIFIERS_KEY, NAME_KEY, REMARKS_KEY
Fields inherited from interface org.opengis.referencing.ReferenceSystem
SCOPE_KEY, VALID_AREA_KEY
-
Constructor Summary
-
Method Summary
Methods inherited from class org.jscience.geography.coordinates.crs.CoordinateReferenceSystem
coordinatesOf, getAlias, getConverterTo, getCoordinateSystem, getIdentifiers, getName, getRemarks, getScope, getValidArea, positionOf, toWKT
-
Field Details
-
TIME_CS
public static final org.opengis.referencing.cs.CoordinateSystem TIME_CSHolds the time coordinate system.
-
-
Constructor Details
-
TemporalCRS
public TemporalCRS()
-