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 classA transform which copy the coordinates in the source array to different locations in the target array.(package private) final classThe identity transform.(package private) classA usually affine, or otherwise a projective transform for the generic cases.(package private) final classProjective transform in 2D case.(package private) final classAn affine transform that multiply the coordinate values by constant values, and optionally drop the last coordinates.(package private) final classAn affine transform that translate the coordinate values by constant values.