| Interface | Description |
|---|---|
| CoordinateOperation |
A CoordinateOperation is an object able to modify values of a coordinate.
|
| Class | Description |
|---|---|
| AbstractCoordinateOperation |
AbstractCoordinateOperation is a partial implementation of the
CoordinateOperation interface. |
| ChangeCoordinateDimension |
Change de coordinate dimension.
|
| CoordinateOperationFactory |
CoordinateOperationFactory is a factory used to create
CoordinateOperations from source
and target
CoordinateReferenceSystems.
|
| CoordinateOperationSequence |
A coordinate operation sequence can transform a coordinate through several
ordered CoordinateOperations.
|
| CoordinateRounding |
A class to change the coordinate precision
|
| CoordinateSwitch |
A class to switch to values in a double array.
|
| Geocentric2Geographic |
Transform geographic coordinates (latitude, longitude, ellipsoidal height
into geocentric coordinates.
|
| Geographic2Geocentric |
Transform geographic coordinates (latitude, longitude, ellipsoidal height
into geocentric coordinates.
|
| Identity |
The identity transformation.
|
| IterativeTransformation |
The IterativeTransformation is used to repeat a
CoordinateOperation until one or more coordinate(s)
converge to predifined values (saved in additional dimensions using
MemorizeCoordinate). |
| LoadMemorizeCoordinate |
Add a fourth dimension to save one of the other coordinates.
|
| LongitudeRotation |
Longitude rotation is a simple transformation which shift the longitude
parameter of a geographic coordinate.
|
| MemorizeCoordinate |
Add a fourth dimension to save one of the other coordinates.
|
| OppositeCoordinate |
This transformation turn the choosing coordinate into its opposite.
|
| UnitConversion |
Convert coordinates from a source unit to a target unit.
|
| Exception | Description |
|---|---|
| CoordinateOperationException |
An exception thrown because a CoordinateOperation could not be
found or created.
|
| CoordinateOperationNotFoundException |
Exception thrown when a coordinate operation has not been found
or could not be calculated.
|
| NonInvertibleOperationException |
Try to use an interpolation method which is not defined or not yet
implemented.
|
| TooManyIterationsException |
Manage an exception when the number of iterations exceeded a max count.
|
Copyright © 2019 CNRS. All rights reserved.