Uses of Package
org.geotools.referencing.operation.matrix
-
Packages that use org.geotools.referencing.operation.matrix Package Description org.geotools.referencing.datum Datum implementation.org.geotools.referencing.operation.builder A package of convenience classes which use control points common to two data sets to derive empirically the transformation parameters needed to convert positions between the coordinate systems of the two data sets.org.geotools.referencing.operation.matrix Matrix implementations on top of thejavax.vecmath
package.org.geotools.referencing.operation.transform Basic implementations of math transforms. -
Classes in org.geotools.referencing.operation.matrix used by org.geotools.referencing.datum Class Description XMatrix A matrix capable of some matrix operations. -
Classes in org.geotools.referencing.operation.matrix used by org.geotools.referencing.operation.builder Class Description GeneralMatrix A two dimensional array of numbers. -
Classes in org.geotools.referencing.operation.matrix used by org.geotools.referencing.operation.matrix Class Description AffineTransform2D GeneralMatrix A two dimensional array of numbers.Matrix1 Matrix2 Matrix3 Matrix4 SingularMatrixException Matrix is singular, and thus an inverse is not available.XMatrix A matrix capable of some matrix operations. -
Classes in org.geotools.referencing.operation.matrix used by org.geotools.referencing.operation.transform Class Description XAffineTransform Utility methods for affine transforms.