Package org.geotools.referencing.operation.matrix

Matrix implementations on top of the javax.vecmath package.

See:
          Description

Interface Summary
XMatrix A matrix capables to perform some matrix operations.
 

Class Summary
AffineTransform2D An affine matrix of fixed 3×3 size.
GeneralMatrix A two dimensional array of numbers.
Matrix1 A matrix of fixed 1×1 size.
Matrix2 A matrix of fixed 2×2 size.
Matrix3 A matrix of fixed 3×3 size.
Matrix4 A matrix of fixed 4×4 size.
MatrixFactory Static utility methods for creating matrix.
XAffineTransform Utility methods for affine transforms.
 

Package org.geotools.referencing.operation.matrix Description

Matrix implementations on top of the javax.vecmath package.



Copyright © 1996-2010 Geotools. All Rights Reserved.