Package org.geotoolkit.referencing.operation.matrix

Matrix implementations on top of the javax.vecmath package.

See:
          Description

Interface Summary
XMatrix A matrix capables to perform some operations.
 

Class Summary
AffineMatrix3 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.geotoolkit.referencing.operation.matrix Description

Matrix implementations on top of the javax.vecmath package. Matrix of arbitrary size are supported, but the most common ones are those that are used for affine transforms. In the two dimensional case, the matrix for an affine transform is:

Since:
2.2
Version:
3.16
Author:
Martin Desruisseaux (IRD)
Module:
referencing/geotk-referencing (download)


Copyright © 2009-2011 Geotoolkit.org. All Rights Reserved.