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 void
AbstractMathTransform.tryConcatenate
(TransformJoiner context) Concatenates in an optimized way this math transform with its neighbor, if possible.protected void
EllipsoidToCentricTransform.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 void
EllipsoidToRadiusTransform.tryConcatenate
(TransformJoiner context) If the transform after this transform is dropping the third coordinate, removes this transform.protected void
MolodenskyTransform.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 void
PassThroughTransform.tryConcatenate
(TransformJoiner context) Concatenates or pre-concatenates in an optimized way this transform with a neighbor, if possible.protected void
WraparoundTransform.tryConcatenate
(TransformJoiner context) Concatenates in an optimized way this math transform with the given one, if possible.