Uses of Class
org.apache.sis.referencing.operation.matrix.Matrix3
Packages that use Matrix3
Package
Description
Matrix implementations for spatiotemporal referencing.
-
Uses of Matrix3 in org.apache.sis.referencing.operation.matrix
Methods in org.apache.sis.referencing.operation.matrix that return Matrix3Modifier and TypeMethodDescriptionstatic Matrix3
Matrix3.castOrCopy
(org.opengis.referencing.operation.Matrix matrix) Casts or copies the given matrix to aMatrix3
implementation.Matrix3.clone()
Returns a clone of this matrix.static Matrix3
AffineTransforms2D.toMatrix
(AffineTransform transform) Creates a 3×3 matrix from the given affine transform.