Uses of Class
org.apache.sis.referencing.operation.transform.DatumShiftTransform
-
Packages that use DatumShiftTransform Package Description org.apache.sis.referencing.operation.transform Conversions or transformations of multi-dimensional coordinate points. -
-
Uses of DatumShiftTransform in org.apache.sis.referencing.operation.transform
Subclasses of DatumShiftTransform in org.apache.sis.referencing.operation.transform Modifier and Type Class Description class
InterpolatedGeocentricTransform
Transforms between two geographic CRS by performing geocentric translations interpolated from a grid file.class
InterpolatedMolodenskyTransform
Transforms between two geographic CRS by performing geocentric translations interpolated from a grid file, but using Molodensky approximation.class
InterpolatedTransform
Transforms between two CRS by performing translations interpolated from a grid file.class
MolodenskyTransform
Two- or three-dimensional datum shift using the (potentially abridged) Molodensky transformation.
-