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

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

Uses of Matrix in org.opengis.referencing.operation
 

Methods in org.opengis.referencing.operation that return Matrix
 Matrix Matrix.clone()
          Returns a clone of this 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-2011 Open Geospatial Consortium. All Rights Reserved.