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 classAWraparoundTransformwhere the number of cycles added or removed does not exceed a given limit.Classes in org.apache.sis.geometry that implement interfaces with type arguments of type WraparoundTransformModifier and TypeClassDescription(package private) static final classHelper class for transforming an envelope with special checks for wraparounds.Methods in org.apache.sis.geometry that return WraparoundTransformModifier and TypeMethodDescriptionWraparoundInEnvelope.Controller.apply(WraparoundTransform transform) Callback method for replacingWraparoundTransforminstances byWraparoundInEnvelopeinstances inWraparoundTransform.transform(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 replacingWraparoundTransforminstances byWraparoundInEnvelopeinstances inWraparoundTransform.transform(double[], int, double[], int, boolean).Constructors in org.apache.sis.geometry with parameters of type WraparoundTransformModifierConstructorDescriptionprivateCreates 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 WraparoundTransformWraparoundTransform.redim(boolean applyOtherFirst, org.opengis.referencing.operation.Matrix other) Returns an instance with the number of dimensions compatible with the given matrix, while keepingWraparoundTransform.wraparoundDimension,WraparoundTransform.periodandWraparoundTransform.sourceMedianunchanged.Methods in org.apache.sis.referencing.operation.transform with parameters of type WraparoundTransformModifier and TypeMethodDescriptionprivate booleanWraparoundTransform.equalsIgnoreInverse(WraparoundTransform other) Returnstrueif 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.MathTransformWraparoundTransform.replace(org.opengis.referencing.operation.MathTransform transform, Function<? super WraparoundTransform, ? extends WraparoundTransform> replacement) Replaces allWraparoundTransforminstances in a chain of transform steps.static org.opengis.referencing.operation.MathTransformWraparoundTransform.replace(org.opengis.referencing.operation.MathTransform transform, Function<? super WraparoundTransform, ? extends WraparoundTransform> replacement) Replaces allWraparoundTransforminstances in a chain of transform steps.Constructors in org.apache.sis.referencing.operation.transform with parameters of type WraparoundTransformModifierConstructorDescriptionprotectedCreates a new transform with the same parameters than the given transform.