Uses of Class
org.apache.sis.referencing.operation.transform.AbstractLinearTransform
Packages that use AbstractLinearTransform
Package
Description
Conversions or transformations of multi-dimensional coordinate tuples.
-
Uses of AbstractLinearTransform in org.apache.sis.referencing.operation.transform
Subclasses of AbstractLinearTransform in org.apache.sis.referencing.operation.transformModifier and TypeClassDescription(package private) final class
A transform which copy the coordinates in the source array to different locations in the target array.(package private) final class
The identity transform.(package private) class
A usually affine, or otherwise a projective transform for the generic cases.(package private) final class
Projective transform in 2D case.(package private) final class
An affine transform that multiply the coordinate values by constant values, and optionally drop the last coordinates.(package private) final class
An affine transform that translate the coordinate values by constant values.