Uses of Interface
org.geotools.referencing.operation.matrix.XMatrix

Packages that use XMatrix
org.geotools.pt Positioning implementation.  
org.geotools.referencing.datum Datum implementation.  
org.geotools.referencing.operation.matrix Matrix implementations on top of the javax.vecmath package. 
 

Uses of XMatrix in org.geotools.pt
 

Classes in org.geotools.pt that implement XMatrix
 class Matrix
          Deprecated. Replaced by GeneralMatrix in the org.geotools.referencing.operation package.
 

Uses of XMatrix in org.geotools.referencing.datum
 

Methods in org.geotools.referencing.datum that return XMatrix
 XMatrix BursaWolfParameters.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 XMatrix
 class GeneralMatrix
          A two dimensional array of numbers.
 class Matrix1
          A matrix of fixed {@value}×{@value} size.
 class Matrix2
          A matrix of fixed {@value}×{@value} size.
 class Matrix3
          A matrix of fixed {@value}×{@value} size.
 class Matrix4
          A matrix of fixed {@value}×{@value} size.
 

Methods in org.geotools.referencing.operation.matrix that return XMatrix
static XMatrix MatrixFactory.create(int size)
          Creates a square identity matrix of size  × .
static XMatrix MatrixFactory.create(int numRow, int numCol)
          Creates a matrix of size  × .
static XMatrix MatrixFactory.create(org.opengis.referencing.operation.Matrix matrix)
          Creates a new matrix which is a copy of the specified matrix.
 



Copyright © GeoTools. All Rights Reserved.