|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XMatrix | |
---|---|
org.geotools.referencing.datum | Datum implementation. |
org.geotools.referencing.operation.matrix | Matrix implementations on top of the javax.vecmath package. |
Uses of XMatrix in org.geotools.referencing.datum |
---|
Methods in org.geotools.referencing.datum that return XMatrix | |
---|---|
XMatrix |
BursaWolfParameters.getAffineTransform()
Returns an affine transform that can be used to define this Bursa Wolf transformation. |
Uses of XMatrix in org.geotools.referencing.operation.matrix |
---|
Classes in org.geotools.referencing.operation.matrix that implement XMatrix | |
---|---|
class |
GeneralMatrix
A two dimensional array of numbers. |
class |
Matrix1
A matrix of fixed 1×1 size. |
class |
Matrix2
A matrix of fixed 2×2 size. |
class |
Matrix3
A matrix of fixed 3×3 size. |
class |
Matrix4
A matrix of fixed 4×4 size. |
Methods in org.geotools.referencing.operation.matrix that return XMatrix | |
---|---|
static XMatrix |
MatrixFactory.create(int size)
Creates a square identity matrix of size size × size . |
static XMatrix |
MatrixFactory.create(int numRow,
int numCol)
Creates a matrix of size numRow × numCol . |
static XMatrix |
MatrixFactory.create(org.opengis.referencing.operation.Matrix matrix)
Creates a new matrix which is a copy of the specified matrix. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |