Uses of Interface
org.geotools.referencing.operation.matrix.XMatrix
Packages that use XMatrix
Package
Description
Datum implementation.
Matrix implementations on top of the
javax.vecmath
package.-
Uses of XMatrix in org.geotools.referencing.datum
Methods in org.geotools.referencing.datum that return XMatrixModifier and TypeMethodDescriptionBursaWolfParameters.getAffineTransform()
Returns an affine transform that can be used to define this Bursa Wolf transformation. -
Uses of XMatrix in org.geotools.referencing.operation.matrix
Classes in org.geotools.referencing.operation.matrix that implement XMatrixModifier and TypeClassDescriptionclass
A two dimensional array of numbers.class
class
class
class
Methods in org.geotools.referencing.operation.matrix that return XMatrixModifier and TypeMethodDescriptionstatic XMatrix
MatrixFactory.create
(int size) Creates a square identity matrix of sizesize
×size
.static XMatrix
MatrixFactory.create
(int numRow, int numCol) Creates a matrix of sizenumRow
×numCol
.static XMatrix
Creates a new matrix which is a copy of the specified matrix.Methods in org.geotools.referencing.operation.matrix with parameters of type XMatrixModifier and TypeMethodDescriptionvoid
void
void
void
void
void
void
void
void
void
void
void
void
Set to the scalar addition ofscalar+matrix
void
Set to the matrix addition ofthis+matrix
.void
Set to the matrix addition ofmatrix1+matrix2
.