| Package | Description |
|---|---|
| org.geolatte.geom.crs |
This package contains classes that model Coordinate Reference Systems.
|
| Modifier and Type | Method and Description |
|---|---|
CoordinateSystemAxis[] |
CoordinateSystem.getAxes()
Returns the
CoordinateSystemAxes of this CoordinateSystem (in order). |
CoordinateSystemAxis[] |
CoordinateReferenceSystem.getAxes()
Return the
CoordinateSystemAxes associated with this CoordinateRefereeceSystem. |
CoordinateSystemAxis |
CoordinateSystem.getAxis(int index)
Returns the
CoordinateSystemAxis at the specified position. |
| Modifier and Type | Method and Description |
|---|---|
int |
CoordinateSystem.getAxisIndex(CoordinateSystemAxis axis)
Returns the position of the specified
CoordinateSystemAxis in this CoordinateSystem. |
| Constructor and Description |
|---|
CoordinateReferenceSystem(CrsId crsId,
String name,
CoordinateSystemAxis... axes)
Constructs a
CoordinateReferenceSystem. |
CoordinateSystem(CoordinateSystemAxis... axes)
Constructs a
CoordinateSystem. |
GeocentricCoordinateReferenceSystem(CrsId crsId,
String name,
CoordinateSystemAxis... axes)
Constructs a
CoordinateReferenceSystem. |
GeographicCoordinateReferenceSystem(CrsId crsId,
String name,
CoordinateSystemAxis... axes)
Constructs a
CoordinateReferenceSystem. |
ProjectedCoordinateReferenceSystem(CrsId crsId,
String name,
GeographicCoordinateReferenceSystem geoCRS,
Projection projection,
List<CrsParameter> parameters,
CoordinateSystemAxis... axes)
Constructs a
ProjectedCoordinateReferenceSystem. |
Copyright © 2015 geolatte.org. All rights reserved.