Uses of Interface
org.geotools.referencing.operation.LinearTransform
Packages that use LinearTransform
-
Uses of LinearTransform in org.geotools.referencing.operation.transform
Classes in org.geotools.referencing.operation.transform that implement LinearTransformModifier and TypeClassDescriptionclassTransforms two-dimensional coordinate points using an affine transform.classAn affine transform applied on geocentric coordinates.classThe identity transform.classA one dimensional, linear transform.classA usually affine, or otherwise a projective transform.Methods in org.geotools.referencing.operation.transform that return LinearTransformModifier and TypeMethodDescriptionstatic LinearTransformIdentityTransform.create(int dimension) Constructs an identity transform of the specified dimension.static LinearTransformProjectiveTransform.create(AffineTransform matrix) Creates a transform for the specified matrix as a Java2D object.static LinearTransformCreates a transform for the specified matrix.static LinearTransformProjectiveTransform.createScale(int dimension, double scale) Creates a transform that apply a uniform scale along all axis.static LinearTransformProjectiveTransform.createTranslation(int dimension, double offset) Creates a transform that apply the same translation along all axis.