Uses of Interface
org.apache.sis.internal.referencing.j2d.LinearTransform2D
Packages that use LinearTransform2D
Package
Description
A set of helper classes having a dependency to Java2D.
Conversions or transformations of multi-dimensional coordinate tuples.
-
Uses of LinearTransform2D in org.apache.sis.internal.referencing.j2d
Classes in org.apache.sis.internal.referencing.j2d that implement LinearTransform2DModifier and TypeClassDescriptionclass
Transforms two-dimensional coordinate tuples using an affine transform.final class
An affine transform that remember the parameters used for its construction.Methods in org.apache.sis.internal.referencing.j2d that return LinearTransform2DModifier and TypeMethodDescriptionLinearTransform2D.inverse()
Returns the inverse transform, which shall be linear and two-dimensional. -
Uses of LinearTransform2D in org.apache.sis.referencing.operation.transform
Classes in org.apache.sis.referencing.operation.transform that implement LinearTransform2DModifier and TypeClassDescription(package private) final class
Projective transform in 2D case.Methods in org.apache.sis.referencing.operation.transform that return LinearTransform2DModifier and TypeMethodDescriptionProjectiveTransform2D.inverse()
Creates the inverse transform of this object.