| Package | Description |
|---|---|
| org.cts.datum | |
| org.cts.op | |
| org.cts.op.transformation |
| Modifier and Type | Method and Description |
|---|---|
GeocentricTransformation |
GeodeticDatum.getToWGS84()
Returns the default transformation to WGS84 of this Datum.
|
| Modifier and Type | Method and Description |
|---|---|
Set<GeocentricTransformation> |
GeodeticDatum.getGeocentricTransformations(GeodeticDatum targetDatum)
Get available geocentric transformations to another datum.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GeodeticDatum.addGeocentricTransformation(GeodeticDatum targetDatum,
GeocentricTransformation coordOp)
Adds a Geocentric Transformation from this datum to targetDatum.
|
static GeodeticDatum |
GeodeticDatum.createGeodeticDatum(Identifier identifier,
PrimeMeridian primeMeridian,
Ellipsoid ellipsoid,
GeocentricTransformation toWGS84,
GeographicExtent extent,
String origin,
String epoch)
Creates a new Datum or return a known datum if it already exists.
|
static GeodeticDatum |
GeodeticDatum.createGeodeticDatum(PrimeMeridian primeMeridian,
Ellipsoid ellipsoid,
GeocentricTransformation toWGS84)
Creates a new Datum.
|
void |
GeodeticDatum.setDefaultToWGS84Operation(GeocentricTransformation toWGS84)
Sets the default transformation to WGS84 in two forms :
toWGS84 Geocentric transformation
toWGS84 is an operation to transform geocentric coordinates based on
this datum to geocentric coordinates based on WGS84 datum, generally a
translation or a SevenParameterTransformation (ex.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Identity
The identity transformation.
|
| Modifier and Type | Method and Description |
|---|---|
GeocentricTransformation |
Identity.inverse()
Creates the inverse CoordinateOperation.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ParamBasedTransformation
Marker for transformations including 7 parameters transformation (Bursa-Wolf),
Translation and Identity.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FrenchGeocentricNTF2RGF
French Geocentric interpolation is a transformation used at IGN-France to
transform coordinates from the old local NTF system to the new ETRS-89
compatible RGF93.
|
class |
GeocentricTransformationSequence
A GeocentricTransformationSequence is a CoordinateOperationSequence which
result is a
GeocentricTransformation. |
class |
GeocentricTranslation
GeocentricTranslation is a coordinate operation used to transform
geocentric coordinates with a 3D translation defined by three parameters
representing translation values along x axis, y axis and z axis.
|
class |
SevenParameterTransformation
Seven-Parameter transformations are mathematical similarities or Helmert
transformations in a three dimensional space.
|
| Modifier and Type | Method and Description |
|---|---|
GeocentricTransformation |
GeocentricTransformation.inverse() |
GeocentricTransformation |
GeocentricTransformationSequence.inverse() |
GeocentricTransformation |
GeocentricTranslation.inverse()
Creates the inverse CoordinateOperation.
|
GeocentricTransformation |
FrenchGeocentricNTF2RGF.inverse()
Creates the inverse CoordinateOperation.
|
Copyright © 2019 CNRS. All rights reserved.