Uses of Interface
org.opengis.referencing.operation.Matrix
Packages that use Matrix
Package
Description
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 MatrixModifier and TypeMethodDescriptionMatrix.clone()
Returns a clone of this matrix.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.