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 classA pass-through transform in the two-dimensional case.Fields in org.apache.sis.referencing.operation.transform declared as PassThroughTransformModifier and TypeFieldDescription(package private) PassThroughTransformPassThroughTransform.inverseThe inverse transform.Methods in org.apache.sis.referencing.operation.transform that return PassThroughTransformModifier and TypeMethodDescriptionprivate static PassThroughTransformPassThroughTransform.newInstance(int firstAffectedCoordinate, org.opengis.referencing.operation.MathTransform subTransform, int numTrailingCoordinates) Constructs the generalPassThroughTransformobject.