Package org.opengis.referencing.cs
Interface LinearCS
-
- All Superinterfaces:
CoordinateSystem
,IdentifiedObject
@UML(identifier="CS_LinearCS", specification=ISO_19111) public interface LinearCS extends CoordinateSystem
A one-dimensional coordinate system that consists of the points that lie on the single axis described. The associated ordinate is the distance from the specified origin to the point along the axis. Example: usage of the line feature representing a road to describe points on or along that road. ALinearCS
shall have one axis association.Used with CRS type(s) Engineering
- Since:
- 1.0
- Version:
- 3.0
-
-
Field Summary
-
Fields inherited from interface org.opengis.referencing.IdentifiedObject
ALIAS_KEY, IDENTIFIERS_KEY, NAME_KEY, REMARKS_KEY
-
-
Method Summary
-
Methods inherited from interface org.opengis.referencing.cs.CoordinateSystem
getAxis, getDimension
-
Methods inherited from interface org.opengis.referencing.IdentifiedObject
getAlias, getIdentifiers, getName, getRemarks, toWKT
-
-