Package | Description |
---|---|
org.geotools.referencing.datum |
Datum implementation.
|
org.geotools.referencing.operation.matrix |
Matrix implementations on top of the
javax.vecmath package. |
Modifier and Type | Method and Description |
---|---|
XMatrix |
BursaWolfParameters.getAffineTransform()
Returns an affine transform that can be used to define this Bursa Wolf transformation.
|
Modifier and Type | Class and Description |
---|---|
class |
GeneralMatrix
A two dimensional array of numbers.
|
class |
Matrix1
|
class |
Matrix2
|
class |
Matrix3
|
class |
Matrix4
|
Modifier and Type | Method and Description |
---|---|
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(Matrix matrix)
Creates a new matrix which is a copy of the specified matrix.
|
Modifier and Type | Method and Description |
---|---|
void |
Matrix2.add(double scalar,
XMatrix matrix) |
void |
Matrix1.add(double scalar,
XMatrix matrix) |
void |
XMatrix.add(double scalar,
XMatrix matrix)
Set to the scalar addition of
scalar+matrix |
void |
Matrix3.add(double scalar,
XMatrix matrix) |
void |
GeneralMatrix.add(double scalar,
XMatrix matrix) |
void |
Matrix2.add(XMatrix matrix) |
void |
Matrix1.add(XMatrix matrix) |
void |
XMatrix.add(XMatrix matrix)
Set to the matrix addition of
this+matrix . |
void |
Matrix3.add(XMatrix matrix) |
void |
GeneralMatrix.add(XMatrix matrix) |
void |
Matrix2.add(XMatrix matrix1,
XMatrix matrix2) |
void |
Matrix1.add(XMatrix matrix1,
XMatrix matrix2) |
void |
XMatrix.add(XMatrix matrix1,
XMatrix matrix2)
Set to the matrix addition of
matrix1+matrix2 . |
void |
Matrix3.add(XMatrix matrix1,
XMatrix matrix2) |
void |
GeneralMatrix.add(XMatrix matrix1,
XMatrix matrix2) |
Copyright © 1996–2019 Geotools. All rights reserved.