Uses of Interface
org.opengis.referencing.operation.Matrix
Packages that use Matrix
Package
Description
Coordinate operations (relationship between any two CRS).
The GeoAPI conformance testing framework.
Validators and test suites for the
org.opengis.referencing
package.-
Uses of Matrix in org.opengis.referencing.operation
Methods in org.opengis.referencing.operation that return MatrixModifier and TypeMethodDescriptionMatrix.clone()
Returns a modifiable copy of this matrix.MathTransformFactory.createMatrix
(int numRow, int numCol) Creates a matrix of sizenumRow
×numCol
.MathTransform.derivative
(DirectPosition point) Gets the derivative of this transform at a point.MathTransform2D.derivative
(Point2D point) Gets the derivative of this transform at a point.Methods in org.opengis.referencing.operation with parameters of type MatrixModifier and TypeMethodDescriptionMathTransformFactory.createAffineTransform
(Matrix matrix) Creates an affine transform from a matrix. -
Uses of Matrix in org.opengis.test
Methods in org.opengis.test with parameters of type MatrixModifier and TypeMethodDescriptionstatic void
Assertions.assertMatrixEquals
(Matrix expected, Matrix actual, double tolerance, String message) Asserts that the given matrix is equal to the expected one, up to the given tolerance value. -
Uses of Matrix in org.opengis.test.referencing
Fields in org.opengis.test.referencing declared as MatrixModifier and TypeFieldDescriptionprotected Matrix
AffineTransformTest.matrix
The matrix of the math transform being tested.Methods in org.opengis.test.referencing with parameters of type MatrixModifier and TypeMethodDescriptionprotected void
TransformTestCase.assertMatrixEquals
(Matrix expected, Matrix actual, Matrix tolmat, String message) Asserts that a matrix of derivatives is equal to the expected ones within a positive delta.