Uses of Class
org.apache.sis.referencing.operation.transform.InterpolatedGeocentricTransform
Packages that use InterpolatedGeocentricTransform
Package
Description
Conversions or transformations of multi-dimensional coordinate tuples.
-
Uses of InterpolatedGeocentricTransform in org.apache.sis.referencing.operation.transform
Modifier and TypeClassDescription(package private) static class
The inverse of the enclosingInterpolatedGeocentricTransform
.(package private) final class
An interpolated geocentric transform for two-dimensional input and output coordinates.(package private) static final class
The inverse of the enclosingInterpolatedGeocentricTransform2D
.Fields in org.apache.sis.referencing.operation.transform declared as InterpolatedGeocentricTransformModifier and TypeFieldDescriptionprivate final InterpolatedGeocentricTransform
InterpolatedGeocentricTransform.inverse
The inverse of this interpolated geocentric transform.Constructors in org.apache.sis.referencing.operation.transform with parameters of type InterpolatedGeocentricTransformModifierConstructorDescription(package private)
InterpolatedGeocentricTransform
(InterpolatedGeocentricTransform inverse, org.opengis.referencing.datum.Ellipsoid source, org.opengis.referencing.datum.Ellipsoid target) Constructs the inverse of an interpolated geocentric transform.private
InterpolatedGeocentricTransform
(org.opengis.referencing.datum.Ellipsoid source, boolean isSource3D, org.opengis.referencing.datum.Ellipsoid target, boolean isTarget3D, DatumShiftGrid<?, ?> grid, InterpolatedGeocentricTransform inverse) Constructor for the forward and inverse transformations.(package private)
Inverse
(InterpolatedGeocentricTransform inverse, org.opengis.referencing.datum.Ellipsoid source, org.opengis.referencing.datum.Ellipsoid target) Constructs the inverse of an interpolated geocentric transform.(package private)
Inverse
(InterpolatedGeocentricTransform inverse, org.opengis.referencing.datum.Ellipsoid source, org.opengis.referencing.datum.Ellipsoid target) Constructs the inverse of an interpolated geocentric transform.