Uses of Class
org.apache.sis.referencing.operation.transform.EllipsoidToCentricTransform
Packages that use EllipsoidToCentricTransform
Package
Description
Conversions or transformations of multi-dimensional coordinate tuples.
-
Uses of EllipsoidToCentricTransform in org.apache.sis.referencing.operation.transform
Fields in org.apache.sis.referencing.operation.transform declared as EllipsoidToCentricTransformModifier and TypeFieldDescriptionprivate final EllipsoidToCentricTransformEllipsoidToCentricTransform.Inverse.forwardThe enclosing transform.Methods in org.apache.sis.referencing.operation.transform that return EllipsoidToCentricTransformModifier and TypeMethodDescription(package private) final EllipsoidToCentricTransformEllipsoidToCentricTransform.create2D()Creates a transform with the same parameters than this transform, but expecting two-dimensional inputs instead of three-dimensional.Constructors in org.apache.sis.referencing.operation.transform with parameters of type EllipsoidToCentricTransformModifierConstructorDescription(package private)Inverse(EllipsoidToCentricTransform forward) Creates the inverse of the enclosing transform.