Uses of Class
org.geotoolkit.referencing.operation.matrix.GeneralMatrix

Packages that use GeneralMatrix
org.geotoolkit.referencing.operation.matrix Matrix implementations on top of the javax.vecmath package. 
 

Uses of GeneralMatrix in org.geotoolkit.referencing.operation.matrix
 

Methods in org.geotoolkit.referencing.operation.matrix that return GeneralMatrix
 GeneralMatrix GeneralMatrix.clone()
          Returns a clone of this matrix.
static GeneralMatrix GeneralMatrix.load(BufferedReader in, Locale locale)
          Loads data from the specified stream until the first blank line or end of stream.
static GeneralMatrix GeneralMatrix.load(File file)
          Loads data from the specified file until the first blank line or end of file.
static GeneralMatrix MatrixFactory.toGeneralMatrix(Matrix matrix)
          Converts the specified matrix to GeneralMatrix.
 



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