| Package | Description |
|---|---|
| org.cts.crs | |
| org.cts.op |
| Modifier and Type | Method and Description |
|---|---|
abstract CoordinateOperation |
GeodeticCRS.fromGeographicCoordinateConverter()
Creates a CoordinateOperation object to convert coordinates from a
Geographic3DCRS based on the same GeodeticDatum,
and using normal SI units in the following order : latitude (rad),
longitude (rad) height (m) to this CoordinateReferenceSystem. |
abstract CoordinateOperation |
GeodeticCRS.toGeographicCoordinateConverter()
Creates a CoordinateOperation object to convert coordinates from this
CoordinateReferenceSystem to a
Geographic3DCRS based on
the same GeodeticDatum, and using normal SI units in the
following order : latitude (rad), longitude (rad) height (m). |
| Modifier and Type | Class and Description |
|---|---|
class |
CoordinateOperationNotFoundException
Exception thrown when a coordinate operation has not been found
or could not be calculated.
|
class |
NonInvertibleOperationException
Try to use an interpolation method which is not defined or not yet
implemented.
|
class |
TooManyIterationsException
Manage an exception when the number of iterations exceeded a max count.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<CoordinateOperation> |
CoordinateOperationFactory.createCoordinateOperations(GeodeticCRS source,
GeodeticCRS target)
|
abstract double[] |
AbstractCoordinateOperation.transform(double[] coord)
Return a double[] representing the same location as coord but in another
CoordinateReferenceSystem.
|
double[] |
CoordinateOperation.transform(double[] coord)
Transform values of a double array.
|
double[] |
CoordinateOperationSequence.transform(double[] coord)
Implementation of the transform method for a sequence of transformation.
|
double[] |
IterativeTransformation.transform(double[] coord) |
Copyright © 2019 CNRS. All rights reserved.