Uses of Interface
org.opengis.referencing.operation.Matrix
-
Packages that use Matrix Package Description org.opengis.referencing.operation Coordinate operations (relationship between any two coordinate reference systems). -
-
Uses of Matrix in org.opengis.referencing.operation
Methods in org.opengis.referencing.operation that return Matrix Modifier and Type Method Description MatrixMatrix. clone()Returns a clone of this matrix.MatrixMathTransform. derivative(DirectPosition point)Gets the derivative of this transform at a point.MatrixMathTransform2D. derivative(Point2D point)Gets the derivative of this transform at a point.Methods in org.opengis.referencing.operation with parameters of type Matrix Modifier and Type Method Description MathTransformMathTransformFactory. createAffineTransform(Matrix matrix)Creates an affine transform from a matrix.
-