Uses of Class
org.apache.sis.referencing.operation.transform.WraparoundTransform
Packages that use WraparoundTransform
Package
Description
Basic geometric objects (envelopes and direct positions).
Conversions or transformations of multi-dimensional coordinate tuples.
-
Uses of WraparoundTransform in org.apache.sis.geometry
Subclasses of WraparoundTransform in org.apache.sis.geometryModifier and TypeClassDescription(package private) final class
AWraparoundTransform
where the number of cycles added or removed does not exceed a given limit.Methods in org.apache.sis.geometry that return WraparoundTransformModifier and TypeMethodDescriptionWraparoundInEnvelope.Controller.apply
(WraparoundTransform transform) Callback method for replacingWraparoundTransform
instances byWraparoundInEnvelope
instances intransform(double[], int, double[], int, boolean)
.Methods in org.apache.sis.geometry with parameters of type WraparoundTransformModifier and TypeMethodDescriptionWraparoundInEnvelope.Controller.apply
(WraparoundTransform transform) Callback method for replacingWraparoundTransform
instances byWraparoundInEnvelope
instances intransform(double[], int, double[], int, boolean)
.Constructors in org.apache.sis.geometry with parameters of type WraparoundTransformModifierConstructorDescriptionprivate
Creates a new transform initialized to a copy of given instance. -
Uses of WraparoundTransform in org.apache.sis.referencing.operation.transform
Methods in org.apache.sis.referencing.operation.transform that return WraparoundTransformModifier and TypeMethodDescriptionprivate WraparoundTransform
WraparoundTransform.redim
(boolean applyOtherFirst, org.opengis.referencing.operation.Matrix other) Returns an instance with the number of dimensions compatible with the given matrix, while keepingwraparoundDimension
,period
andsourceMedian
unchanged.Methods in org.apache.sis.referencing.operation.transform with parameters of type WraparoundTransformModifier and TypeMethodDescriptionprivate boolean
WraparoundTransform.equalsIgnoreInverse
(WraparoundTransform other) Returnstrue
if this transform is equal to the given transform, comparing only the parameters required for forward conversions.Method parameters in org.apache.sis.referencing.operation.transform with type arguments of type WraparoundTransformModifier and TypeMethodDescriptionstatic org.opengis.referencing.operation.MathTransform
WraparoundTransform.replace
(org.opengis.referencing.operation.MathTransform transform, Function<? super WraparoundTransform, ? extends WraparoundTransform> replacement) Replaces allWraparoundTransform
instances in a chain of transform steps.static org.opengis.referencing.operation.MathTransform
WraparoundTransform.replace
(org.opengis.referencing.operation.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.