| Package | Description |
|---|---|
| org.cts.crs | |
| org.cts.datum | |
| org.cts.op |
| Modifier and Type | Method and Description |
|---|---|
Datum |
CoordinateReferenceSystem.getDatum()
Returns the
Datum to which this
CoordinateReferenceSystem is refering. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDatum
A simple implementation of
Datum interface with a default
constructor. |
class |
GeodeticDatum
Geodetic
Datum used to determine positions relative
to the Earth (longitude / latitude) It is recommended that every
GeodeticDatum has a toWGS84
SevenParameterTransformation attribute
(which may eventually be a
GeocentricTranslation or the
Identity transformation). |
class |
VerticalDatum
Vertical datum are used to determine elevation.
|
| Modifier and Type | Method and Description |
|---|---|
Set<CoordinateOperation> |
GeodeticDatum.getHeightTransformations(Datum datum)
Get available geographic transformations to another datum.
|
| Constructor and Description |
|---|
CoordinateOperationNotFoundException(Datum source,
Datum target)
Creates a new CoordinateOperationNotFoundException because no
CoordinateOperation has been found from source Datum to target Datum.
|
Copyright © 2019 CNRS. All rights reserved.