public interface CoordinateSystemAxis
extends org.opengis.referencing.IdentifiedObject
CoordinateSystem,
Unit| Modifier and Type | Method and Description |
|---|---|
String |
getAbbreviation()
The abbreviation used for this coordinate system axes.
|
org.opengis.referencing.cs.AxisDirection |
getDirection()
Direction of this coordinate system axis.
|
Unit<?> |
getUnit()
The unit of measure used for this coordinate system axis.
|
String getAbbreviation()
org.opengis.referencing.cs.AxisDirection getDirection()
org.opengis.referencing.crs.EngineeringCRS often requires
specific descriptions of the directions of its coordinate system axes.Unit<?> getUnit()