Uses of Class
org.deegree.cs.utilities.Matrix

Packages that use Matrix
org.deegree.cs.transformations.coordinate Coordinate Transformations allow the chaining of operations to map coordinates of one coordinate systems onto a coordinate valid in another coordinate system. 
org.deegree.cs.utilities Utilities used for the Coordinate system package internals. 
 

Uses of Matrix in org.deegree.cs.transformations.coordinate
 

Methods in org.deegree.cs.transformations.coordinate with parameters of type Matrix
static MatrixTransform MatrixTransform.createMatrixTransform(ICRS sourceCRS, ICRS targetCRS, Matrix matrix)
          Creates a Matrix transform from a matrix.
 

Uses of Matrix in org.deegree.cs.utilities
 

Methods in org.deegree.cs.utilities that return Matrix
static Matrix Matrix.swapAndRotateGeoAxis(IGeographicCRS sourceCRS, IGeographicCRS targetCRS)
           
static Matrix Matrix.swapAxis(ICRS sourceCRS, ICRS targetCRS)
           
static Matrix Matrix.toStdValues(ICRS sourceCRS, boolean invert)
          Creates a matrix, with which incoming values will be transformed to a standardized form.
 



Copyright © 2011. All Rights Reserved.