Uses of Class
org.apache.sis.referencing.operation.transform.MolodenskyTransform
Packages that use MolodenskyTransform
Package
Description
Conversions or transformations of multi-dimensional coordinate tuples.
-
Uses of MolodenskyTransform in org.apache.sis.referencing.operation.transform
Subclasses of MolodenskyTransform 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.(package private) class
A Molodensky transforms for two-dimensional input and output coordinates.Fields in org.apache.sis.referencing.operation.transform declared as MolodenskyTransformModifier and TypeFieldDescriptionprivate final MolodenskyTransform
MolodenskyTransform.inverse
The inverse of this Molodensky transform.Constructors in org.apache.sis.referencing.operation.transform with parameters of type MolodenskyTransformModifierConstructorDescription(package private)
AbridgedMolodenskyTransform2D
(MolodenskyTransform inverse, org.opengis.referencing.datum.Ellipsoid source, org.opengis.referencing.datum.Ellipsoid target) Constructs the inverse of a 2D transform.(package private)
MolodenskyTransform
(MolodenskyTransform inverse, org.opengis.referencing.datum.Ellipsoid source, org.opengis.referencing.datum.Ellipsoid target) Constructs the inverse of a Molodensky transform.(package private)
MolodenskyTransform2D
(MolodenskyTransform inverse, org.opengis.referencing.datum.Ellipsoid source, org.opengis.referencing.datum.Ellipsoid target) Constructs the inverse of a 2D transform.