Uses of Class
org.apache.sis.referencing.operation.transform.PassThroughTransform
Packages that use PassThroughTransform
Package
Description
Conversions or transformations of multi-dimensional coordinate tuples.
-
Uses of PassThroughTransform in org.apache.sis.referencing.operation.transform
Subclasses of PassThroughTransform in org.apache.sis.referencing.operation.transformModifier and TypeClassDescription(package private) final class
A pass-through transform in the two-dimensional case.Fields in org.apache.sis.referencing.operation.transform declared as PassThroughTransformModifier and TypeFieldDescription(package private) PassThroughTransform
PassThroughTransform.inverse
The inverse transform.Methods in org.apache.sis.referencing.operation.transform that return PassThroughTransformModifier and TypeMethodDescriptionprivate static PassThroughTransform
PassThroughTransform.newInstance
(int firstAffectedCoordinate, org.opengis.referencing.operation.MathTransform subTransform, int numTrailingCoordinates) Constructs the generalPassThroughTransform
object.