| Package | Description |
|---|---|
| org.geolatte.geom.codec |
Encoder/Decoder classes for serializing Geometries and Coordinate Reference Systems.
|
| org.geolatte.geom.crs |
This package contains classes that model Coordinate Reference Systems.
|
| Modifier and Type | Method and Description |
|---|---|
private Unit |
CrsWktDecoder.decodeUnit(boolean isLinear) |
| Modifier and Type | Method and Description |
|---|---|
private <T extends CoordinateReferenceSystem> |
CrsWktDecoder.decodeAxis(Unit unit,
java.lang.Class<T> crsClass) |
private <T extends CoordinateReferenceSystem> |
CrsWktDecoder.decodeOptionalAxes(int num,
Unit unit,
java.lang.Class<T> crsClass) |
private <T extends CoordinateReferenceSystem> |
CrsWktDecoder.defaultCRS(Unit unit,
java.lang.Class<T> crsClass) |
| 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 | Field and Description |
|---|---|
private Unit |
CoordinateSystemAxis.unit |
| 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. |
Unit |
CoordinateSystemAxis.getUnit() |
Unit |
GeographicCoordinateReferenceSystem.getUnit()
Returns the
Unit for this CoordinateReferenceSystem. |
| Constructor and Description |
|---|
CoordinateSystemAxis(java.lang.String axisName,
CoordinateSystemAxisDirection coordinateSystemAxisDirection,
int normalOrder,
Unit unit)
Creates an instance with
|
CoordinateSystemAxis(java.lang.String axisName,
CoordinateSystemAxisDirection coordinateSystemAxisDirection,
Unit unit)
Creates an instance
|
EllipsoidalAxis(java.lang.String axisName,
CoordinateSystemAxisDirection coordinateSystemAxisDirection,
Unit unit) |
StraightLineAxis(java.lang.String axisName,
CoordinateSystemAxisDirection coordinateSystemAxisDirection,
int normalOrder,
Unit unit) |