| Package | Description |
|---|---|
| org.cts | |
| org.cts.op | |
| org.cts.op.projection | |
| org.cts.op.transformation |
| Modifier and Type | Class and Description |
|---|---|
class |
CoordinateDimensionException
Exception thrown when a double array input has not the expected length.
|
| Modifier and Type | Method and Description |
|---|---|
double[] |
CoordinateRounding.transform(double[] coord)
Returns a coordinate representing the same point as coord but with
coordinates rounded as specified.
|
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[] |
OppositeCoordinate.transform(double[] coord)
Apply the OppositeCoordinate transformation to input coordinates.
|
double[] |
Geocentric2Geographic.transform(double[] coord)
Return coordinates representing the same point in a standard
geocentric coordinate system.
|
double[] |
CoordinateOperationSequence.transform(double[] coord)
Implementation of the transform method for a sequence of transformation.
|
double[] |
Geographic2Geocentric.transform(double[] coord)
Return coordinates representing the same point in a standard geocentric
coordinate system.
|
double[] |
UnitConversion.transform(double[] coord)
Returns a coordinate representing the same point as coord but with
different units.
|
double[] |
LongitudeRotation.transform(double[] coord)
Return a coordinate representing the same point as coord but in a
geographic coordinate system based on a different prime meridian.
|
double[] |
IterativeTransformation.transform(double[] coord) |
double[] |
CoordinateSwitch.transform(double[] coord)
Change ordinate at pos1 with ordinate at pos2.
|
double[] |
LoadMemorizeCoordinate.transform(double[] coord)
Load the last memorized coordinates : remove the last ordinate
of the array, and load it at index indexSaved.
|
| Modifier and Type | Method and Description |
|---|---|
double[] |
LambertConicConformal1SP.transform(double[] coord)
Transform coord using a Lambert Conformal Conic projection.
|
| Modifier and Type | Method and Description |
|---|---|
double[] |
SevenParameterTransformation.transform(double[] coord)
Transform coord values
|
double[] |
Altitude2EllipsoidalHeight.transform(double[] coord) |
double[] |
NTv2GridShiftTransformation.transform(double[] coord)
Shift geographic coordinates (in decimal degrees) by an offset
interpolated in a grid.
|
double[] |
GeocentricTranslation.transform(double[] coord)
Return a coordinates representing the same point as coord but in
another CoordinateReferenceSystem.
|
double[] |
FrenchGeocentricNTF2RGF.transform(double[] coord)
Transforms NTF Geocentric coordinate into RGF93 geocentric coordinate.
|
Copyright © 2019 CNRS. All rights reserved.