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