Uses of Class
org.apache.sis.referencing.operation.transform.AbstractMathTransform.Inverse
Packages that use AbstractMathTransform.Inverse
Package
Description
Map projection implementations.
Conversions or transformations of multi-dimensional coordinate tuples.
-
Uses of AbstractMathTransform.Inverse in org.apache.sis.referencing.operation.projection
Modifier and TypeClassDescriptionprivate static final class
Longitude wraparound applied on reverse projection.private static final class
Reverse of a normalized map projection.private static final class
Inverse of a zoned grid system. -
Uses of AbstractMathTransform.Inverse in org.apache.sis.referencing.operation.transform
Modifier and TypeClassDescriptionprotected static class
Base class for implementation of inverse math transforms.protected static class
Base class for implementation of inverse math transforms.private static final class
Converts Cartesian coordinates (X,Y,Z) to ellipsoidal coordinates (λ,φ) or (λ,φ,h).(package private) static class
Transforms target coordinates to source coordinates.(package private) final class
The inverse of the enclosingInterpolatedTransform2D
.private static final class
The inverse of the enclosingLinearInterpolator1D
.(package private) static class
The inverse ofSpecializableTransform
.(package private) static final class
The inverse ofSpecializableTransform2D
.