Uses of Class
org.geotools.referencing.operation.matrix.GeneralMatrix
Packages that use GeneralMatrix
Package
Description
A package of convenience classes which use control points common to two
data sets to derive empirically the transformation parameters needed to
convert positions between the coordinate systems of the two data sets.
Matrix implementations on top of the
javax.vecmath package.-
Uses of GeneralMatrix in org.geotools.referencing.operation.builder
Fields in org.geotools.referencing.operation.builder declared as GeneralMatrixModifier and TypeFieldDescriptionprotected GeneralMatrixProjectiveTransformBuilder.AMatrix of derivationsprotected GeneralMatrixProjectiveTransformBuilder.PMatrix of wightsprotected GeneralMatrixProjectiveTransformBuilder.XMatrix of target valuesMethods in org.geotools.referencing.operation.builder that return GeneralMatrixModifier and TypeMethodDescriptionprotected GeneralMatrixAdvancedAffineBuilder.getA()Generates A matrix (Matrix of derivation of affine equation).protected GeneralMatrixBursaWolfTransformBuilder.getA()Glues the submatrix of derivations into the A matrix.protected GeneralMatrixAdvancedAffineBuilder.getB()Fill matrix of derivations of constrains by affine parameters.protected GeneralMatrixBursaWolfTransformBuilder.getDq()Generates partial derivative in q (scale factor).protected GeneralMatrixBursaWolfTransformBuilder.getDRalfa()Generates partial derivative with respect to alfa.protected GeneralMatrixBursaWolfTransformBuilder.getDRbeta()Generates partial derivative with respect to beta.protected GeneralMatrixBursaWolfTransformBuilder.getDRgamma()Generates partial derivative with respect to gamma.BursaWolfTransformBuilder.getDxMatrix()Method that claculates the parameters by iteration.protected GeneralMatrixBursaWolfTransformBuilder.getl()Calculates the matrix of errors from aproximate values of prameters.protected GeneralMatrixAdvancedAffineBuilder.getL()Fill L matrix.protected GeneralMatrixAdvancedAffineBuilder.getProjectiveMatrix()Calculates coefficients of Projective transformation matrix from geometric parameters.protected GeneralMatrixAffineTransformBuilder.getProjectiveMatrix()Returns the matrix for Projective transformation setup as Affine.protected GeneralMatrixProjectiveTransformBuilder.getProjectiveMatrix()Returns the matrix of parameters for Projective transformation.protected GeneralMatrixSimilarTransformBuilder.getProjectiveMatrix()Returns the matrix for Projective transformation setup as Affine.protected GeneralMatrixBursaWolfTransformBuilder.getRalfa()Generates rotation matrix around X axis.protected GeneralMatrixBursaWolfTransformBuilder.getRbeta()Generates rotation matrix around Y axis.protected GeneralMatrixBursaWolfTransformBuilder.getRgamma()Generates rotation matrix around Z axis.protected GeneralMatrixAdvancedAffineBuilder.getU()Fill matrix of constrain values (e.g. for constrain skew = 0 the value is 0)protected GeneralMatrixBursaWolfTransformBuilder.getx()Fills the x matrix by coordinates of source points.protected GeneralMatrixBursaWolfTransformBuilder.getX()Fills the x matrix by coordinates of destination points.protected GeneralMatrixBursaWolfTransformBuilder.specialMul(GeneralMatrix R, GeneralMatrix x) Method for multiplying matrix (3,3) by matrix of coordintes (3 number of coordinates,1)Methods in org.geotools.referencing.operation.builder with parameters of type GeneralMatrixModifier and TypeMethodDescriptionprotected GeneralMatrixBursaWolfTransformBuilder.specialMul(GeneralMatrix R, GeneralMatrix x) Method for multiplying matrix (3,3) by matrix of coordintes (3 number of coordinates,1) -
Uses of GeneralMatrix in org.geotools.referencing.operation.matrix
Subclasses of GeneralMatrix in org.geotools.referencing.operation.matrixMethods in org.geotools.referencing.operation.matrix that return GeneralMatrixModifier and TypeMethodDescriptionGeneralMatrix.clone()Returns a clone of this matrix.static GeneralMatrixGeneralMatrix.load(BufferedReader in, Locale locale) Loads data from the specified streal until the first blank line or end of stream.static GeneralMatrixLoads data from the specified file until the first blank line or end of file.Methods in org.geotools.referencing.operation.matrix with parameters of type GeneralMatrixModifier and TypeMethodDescriptionvoidGeneralMatrix.copySubMatrix(int rowSource, int colSource, int numRows, int numCol, int rowDest, int colDest, GeneralMatrix target) Extract a subMatrix to the provided targetConstructors in org.geotools.referencing.operation.matrix with parameters of type GeneralMatrixModifierConstructorDescriptionGeneralMatrix(GeneralMatrix matrix) Constructs a new matrix and copies the initial values from the parameter matrix.