Uses of Interface
org.opengis.referencing.operation.Matrix

Packages that use Matrix
org.opengis.coverage.processing   
org.opengis.referencing.operation Coordinate operations (relationship between any two coordinate reference systems). 
 

Uses of Matrix in org.opengis.coverage.processing
 

Methods in org.opengis.coverage.processing that return Matrix
 Matrix GridAnalysis.getCorrelation()
          Deprecated. Determine the correlation between sample dimensions in the grid.
 

Uses of Matrix in org.opengis.referencing.operation
 

Methods in org.opengis.referencing.operation that return Matrix
 Matrix MathTransform.derivative(DirectPosition point)
          Gets the derivative of this transform at a point.
 Matrix MathTransform2D.derivative(Point2D point)
          Gets the derivative of this transform at a point.
 

Methods in org.opengis.referencing.operation with parameters of type Matrix
 MathTransform MathTransformFactory.createAffineTransform(Matrix matrix)
          Creates an affine transform from a matrix.
 



Copyright © 1994-2008 Open Geospatial Consortium. All Rights Reserved.