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

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

Uses of GeneralMatrix in org.geotools.pt
 

Subclasses of GeneralMatrix in org.geotools.pt
 class Matrix
          Deprecated. Replaced by GeneralMatrix in the org.geotools.referencing.operation package.
 

Uses of GeneralMatrix in org.geotools.referencing.operation
 

Subclasses of GeneralMatrix in org.geotools.referencing.operation
 class GeneralMatrix
          Deprecated. Moved to the org.geotools.referencing.operation.matrix package.
 

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

Methods in org.geotools.referencing.operation.matrix that return GeneralMatrix
static GeneralMatrix GeneralMatrix.load(java.io.File file)
          Loads data from the specified file until the first blank line or end of file.
static GeneralMatrix GeneralMatrix.load(java.io.BufferedReader in, java.util.Locale locale)
          Loads data from the specified streal until the first blank line or end of stream.
 



Copyright © GeoTools. All Rights Reserved.