Uses of Class
org.apache.sis.referencing.operation.matrix.Matrix2
-
Packages that use Matrix2 Package Description org.apache.sis.referencing.operation.matrix Matrix implementations for spatiotemporal referencing. -
-
Uses of Matrix2 in org.apache.sis.referencing.operation.matrix
Methods in org.apache.sis.referencing.operation.matrix that return Matrix2 Modifier and Type Method Description static Matrix2
Matrix2. castOrCopy(Matrix matrix)
Casts or copies the given matrix to aMatrix2
implementation.
-