Uses of Class
org.apache.sis.referencing.operation.transform.MolodenskyFormula
Packages that use MolodenskyFormula
Package
Description
Conversions or transformations of multi-dimensional coordinate tuples.
-
Uses of MolodenskyFormula in org.apache.sis.referencing.operation.transform
Subclasses of MolodenskyFormula in org.apache.sis.referencing.operation.transformModifier and TypeClassDescription(package private) final class
Two-dimensional abridged Molodensky transform with all translation terms fixed to zero.class
Transforms between two geographic CRS by performing geocentric translations interpolated from a grid file, but using Molodensky approximation.(package private) static class
The inverse of the enclosingInterpolatedMolodenskyTransform
.(package private) final class
An interpolated Molodensky transform for two-dimensional input and output coordinates.(package private) static final class
The inverse of the enclosingInterpolatedMolodenskyTransform2D
.class
Two- or three-dimensional datum shift using the (potentially abridged) Molodensky transformation.(package private) class
A Molodensky transforms for two-dimensional input and output coordinates.Constructors in org.apache.sis.referencing.operation.transform with parameters of type MolodenskyFormulaModifierConstructorDescription(package private)
MolodenskyFormula
(MolodenskyFormula inverse, org.opengis.referencing.datum.Ellipsoid source, org.opengis.referencing.datum.Ellipsoid target, org.opengis.parameter.ParameterDescriptorGroup descriptor) Constructs the inverse of a Molodensky transform.