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

Packages that use XMatrix
org.geotoolkit.referencing.datum Datum implementations. 
org.geotoolkit.referencing.operation.matrix Matrix implementations on top of the javax.vecmath package. 
org.geotoolkit.referencing.operation.transform Math transform implementations. 
 

Uses of XMatrix in org.geotoolkit.referencing.datum
 

Methods in org.geotoolkit.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.geotoolkit.referencing.operation.matrix
 

Classes in org.geotoolkit.referencing.operation.matrix that implement XMatrix
 class GeneralMatrix
          A two dimensional array of numbers.
 class Matrix1
          A matrix of fixed 1×1 size.
 class Matrix2
          A matrix of fixed 2×2 size.
 class Matrix3
          A matrix of fixed 3×3 size.
 class Matrix4
          A matrix of fixed 4×4 size.
 

Methods in org.geotoolkit.referencing.operation.matrix that return XMatrix
 XMatrix XMatrix.clone()
          Returns a clone of this matrix.
static XMatrix MatrixFactory.create(int size)
          Creates a square identity matrix of size size × size.
static XMatrix MatrixFactory.create(int numRow, int numCol)
          Creates a matrix of size numRow × numCol.
static XMatrix MatrixFactory.create(int numRow, int numCol, double[] elements)
          Creates a matrix of size numRow × numCol initialized to the given elements.
static XMatrix MatrixFactory.create(Matrix matrix)
          Creates a new matrix which is a copy of the specified matrix.
static XMatrix MatrixFactory.toOptimalMatrix(Matrix matrix)
          Converts the specified matrix to the most suitable Geotk implementation.
static XMatrix MatrixFactory.toXMatrix(Matrix matrix)
          Converts the specified matrix to a Geotk implementation.
 

Uses of XMatrix in org.geotoolkit.referencing.operation.transform
 

Methods in org.geotoolkit.referencing.operation.transform that return XMatrix
static XMatrix ProjectiveTransform.createSelectMatrix(int sourceDim, int[] toKeep)
          Creates a matrix that keep only a subset of the ordinate values.
 



Copyright © 2009-2011 Geotoolkit.org. All Rights Reserved.