Uses of Class
org.apache.sis.referencing.operation.transform.WraparoundTransform
Packages that use WraparoundTransform
Package
Description
Conversions or transformations of multi-dimensional coordinate tuples.
-
Uses of WraparoundTransform in org.apache.sis.referencing.operation.transform
Method parameters in org.apache.sis.referencing.operation.transform with type arguments of type WraparoundTransformModifier and TypeMethodDescriptionstatic MathTransform
WraparoundTransform.replace
(MathTransform transform, Function<? super WraparoundTransform, ? extends WraparoundTransform> replacement) Replaces allWraparoundTransform
instances in a chain of transform steps.static MathTransform
WraparoundTransform.replace
(MathTransform transform, Function<? super WraparoundTransform, ? extends WraparoundTransform> replacement) Replaces allWraparoundTransform
instances in a chain of transform steps.Constructors in org.apache.sis.referencing.operation.transform with parameters of type WraparoundTransformModifierConstructorDescriptionprotected
Creates a new transform with the same parameters than the given transform.