Package org.geolatte.geom.crs
Interface OneDimensionCoordinateReferenceSystem
-
- All Known Implementing Classes:
LinearCoordinateReferenceSystem,VerticalCoordinateReferenceSystem
public interface OneDimensionCoordinateReferenceSystemCreated by Karel Maesen, Geovise BVBA on 2019-03-28.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description CoordinateSystemAxisgetStraightLineAxis()default UnitgetUnit()
-
-
-
Method Detail
-
getStraightLineAxis
CoordinateSystemAxis getStraightLineAxis()
-
getUnit
default Unit getUnit()
-
-