Package org.geotools.api.referencing.cs
Interface TimeCS
-
- All Superinterfaces:
CoordinateSystem
,IdentifiedObject
- All Known Implementing Classes:
DefaultTimeCS
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. ATimeCS
shall have one axis association.Used with CRS type(s) Temporal
- Since:
- GeoAPI 2.0
- Author:
- Martin Desruisseaux (IRD)
-
-
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
-
-