Uses of Class
org.apache.sis.referencing.operation.transform.TransformJoiner
Packages that use TransformJoiner
Package
Description
Conversions or transformations of multi-dimensional coordinate tuples.
-
Uses of TransformJoiner in org.apache.sis.referencing.operation.transform
Methods in org.apache.sis.referencing.operation.transform with parameters of type TransformJoinerModifier and TypeMethodDescriptionprotected voidAbstractMathTransform.tryConcatenate(TransformJoiner context) Concatenates in an optimized way this math transform with its neighbor, if possible.protected voidEllipsoidToCentricTransform.tryConcatenate(TransformJoiner context) If this transform expects three-dimensional inputs, and if the transform just before this one unconditionally sets the height to zero, then replaces this transform by a two-dimensional one.protected voidEllipsoidToRadiusTransform.tryConcatenate(TransformJoiner context) If the transform after this transform is dropping the third coordinate, removes this transform.protected voidMolodenskyTransform.tryConcatenate(TransformJoiner context) If this transform expects three-dimensional inputs or outputs, and if the transform before or after this one unconditionally sets the height to zero, replaces this transform by a two-dimensional one.protected voidPassThroughTransform.tryConcatenate(TransformJoiner context) Concatenates or pre-concatenates in an optimized way this transform with a neighbor, if possible.protected voidWraparoundTransform.tryConcatenate(TransformJoiner context) Concatenates in an optimized way this math transform with the given one, if possible.