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 classTwo-dimensional abridged Molodensky transform with all translation terms fixed to zero.classTransforms between two geographic CRS by performing geocentric translations interpolated from a grid file, but using Molodensky approximation.(package private) static classThe inverse of the enclosingInterpolatedMolodenskyTransform.(package private) final classAn interpolated Molodensky transform for two-dimensional input and output coordinates.(package private) static final classThe inverse of the enclosingInterpolatedMolodenskyTransform2D.classTwo- or three-dimensional datum shift using the (potentially abridged) Molodensky transformation.(package private) classA 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.