org.opengis.referencing.cs
Interface TimeCS

Show UML class diagram
All Superinterfaces:
CoordinateSystem, IdentifiedObject

@UML(identifier="CS_TimeCS",
     specification=ISO_19111)
public interface TimeCS
extends CoordinateSystem

A one-dimensional coordinate system containing a single time axis, used to describe the temporal position of a point in the specified time units from a specified time origin.

A TimeCS shall have one axis association. This type of CS can be used by coordinate reference systems of type TemporalCRS.

Since:
2.0
See Also:
CSAuthorityFactory.createTimeCS(String), CSFactory.createTimeCS(Map, CoordinateSystemAxis)

Field Summary
 
Fields inherited from interface IdentifiedObject
ALIAS_KEY, IDENTIFIERS_KEY, NAME_KEY, REMARKS_KEY
 
Method Summary
 
Methods inherited from interface CoordinateSystem
getAxis, getDimension
 
Methods inherited from interface IdentifiedObject
getAlias, getIdentifiers, getName, getRemarks, toWKT
 



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