Package | Description |
---|---|
org.geolatte.geom.crs |
This package contains classes that model Coordinate Reference Systems.
|
Modifier and Type | Class and Description |
---|---|
class |
AngularUnit
Angular units
Created by Karel Maesen, Geovise BVBA on 28/11/14.
|
class |
LinearUnit
Created by Karel Maesen, Geovise BVBA on 28/11/14.
|
Modifier and Type | Method and Description |
---|---|
Unit |
CoordinateSystem.getAxisUnit(int index)
Returns the
Unit of the axis at the specified position. |
abstract Unit |
Unit.getFundamentalUnit()
Returns the fundamental unit for this type of
Unit . |
default Unit |
OneDimensionCoordinateReferenceSystem.getUnit() |
Unit |
CoordinateSystemAxis.getUnit() |
Unit |
GeographicCoordinateReferenceSystem.getUnit()
Returns the
Unit for this CoordinateReferenceSystem . |
Modifier and Type | Method and Description |
---|---|
CrsId |
CrsId.extend(LinearUnit zUnit,
Unit mUnit)
Creates an instance that identifies the crs identified by this
CrsId , but
extended with (optionally) a vertical or measure axis. |
Constructor and Description |
---|
StraightLineAxis(String axisName,
CoordinateSystemAxisDirection coordinateSystemAxisDirection,
int normalOrder,
Unit unit) |
Copyright © 2021 geolatte.org. All rights reserved.