- All Superinterfaces:
CoordinateSystem
,IdentifiedObject
@UML(identifier="LinearCS",
specification=ISO_19111)
public interface LinearCS
extends CoordinateSystem
A 1-dimensional coordinate system that consists of the points that lie on the single axis described.
The associated coordinate is the distance – with or without offset – from the origin point, specified
through the datum definition, to the point along the axis.
Example:
usage of the line feature representing a road to describe points on or along that road.
This type of CS can be used by coordinate reference systems of type
EngineeringCRS
, potentially in combination with
DerivedCRS
.
- Since:
- 1.0
- See Also:
-
Field Summary
Fields inherited from interface org.opengis.referencing.IdentifiedObject
ALIAS_KEY, DOMAINS_KEY, IDENTIFIERS_KEY, NAME_KEY, REMARKS_KEY
-
Method Summary
Modifier and TypeMethodDescriptiondefault int
Returns the number of dimensions, which is 1 for this type of coordinate system.Methods inherited from interface org.opengis.referencing.cs.CoordinateSystem
getAxis
Methods inherited from interface org.opengis.referencing.IdentifiedObject
getAlias, getDomains, getIdentifiers, getName, getRemarks, toWKT
-
Method Details
-
getDimension
Returns the number of dimensions, which is 1 for this type of coordinate system.- Specified by:
getDimension
in interfaceCoordinateSystem
- Returns:
- always 1.
-