Package | Description |
---|---|
org.geolatte.geom.crs |
This package contains classes that model Coordinate Reference Systems.
|
Modifier and Type | Field and Description |
---|---|
static Unit |
Unit.DEGREE |
static Unit |
Unit.METER |
static Unit |
Unit.RADIAN |
static Unit |
Unit.UNKNOWN |
Modifier and Type | Method and Description |
---|---|
Unit |
CoordinateSystem.getAxisUnit(int index)
Returns the
Unit of the axis at the specified position. |
static Unit |
Unit.getFundamentalUnit(Unit.Type type)
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(String axisName,
CoordinateSystemAxisDirection coordinateSystemAxisDirection,
Unit unit)
Creates an instance.
|
Copyright © 2015 geolatte.org. All rights reserved.