Package | Description |
---|---|
org.geolatte.geom.crs |
This package contains classes that model Coordinate Reference Systems.
|
Modifier and Type | Field and Description |
---|---|
static AngularUnit |
Unit.DEGREE |
static AngularUnit |
Unit.RADIAN |
static AngularUnit |
Unit.UNKNOWN_Angular |
Modifier and Type | Method and Description |
---|---|
AngularUnit |
AngularUnit.getFundamentalUnit() |
Modifier and Type | Method and Description |
---|---|
static Geographic2DCoordinateReferenceSystem |
CoordinateReferenceSystems.mkGeographic(AngularUnit unit)
Creates a generic geographic coordinate reference system using the specified units of length for coordinates.
|
Constructor and Description |
---|
GeodeticLatitudeCSAxis(String axisName,
AngularUnit unit)
Creates an instance.
|
GeodeticLongitudeCSAxis(String axisName,
AngularUnit unit)
Creates an instance.
|
Copyright © 2018 geolatte.org. All rights reserved.