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 TypeClassDescriptionclassA two dimensional array of numbers.classclassclassclassMethods in org.geotools.referencing.operation.matrix that return XMatrixModifier and TypeMethodDescriptionstatic XMatrixMatrixFactory.create(int size) Creates a square identity matrix of sizesize×size.static XMatrixMatrixFactory.create(int numRow, int numCol) Creates a matrix of sizenumRow×numCol.static XMatrixCreates a new matrix which is a copy of the specified matrix.Methods in org.geotools.referencing.operation.matrix with parameters of type XMatrixModifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidSet to the scalar addition ofscalar+matrixvoidSet to the matrix addition ofthis+matrix.voidSet to the matrix addition ofmatrix1+matrix2.