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(CoordinateSystem sourceCRS, CoordinateSystem 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(GeographicCRS sourceCRS, GeographicCRS targetCRS)
           
static Matrix Matrix.swapAxis(CoordinateSystem sourceCRS, CoordinateSystem targetCRS)
           
static Matrix Matrix.toStdValues(CoordinateSystem sourceCRS, boolean invert)
          Creates a matrix, with which incoming values will be transformed to a standardized form.
 



Copyright © 2011. All Rights Reserved.