|
GeoAPI 1.0 Build 2004-05-18 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Error estimate covariance matrix. Individual elements can be obtained with
getElement(row, column) and
getUnit(row, column).
DQ_CovarianceMatrix
| Method Summary | |
|---|---|
CovarianceElement[] |
getElements()
Returns all the elements. |
Unit |
getUnit(int row,
int column)
Retrieves the value at the specified row and column of this matrix. |
| Methods inherited from interface Matrix |
|---|
clone, getElement, getNumCol, getNumRow, isIdentity, setElement |
| Methods inherited from interface PositionalAccuracy |
|---|
getMeasureDescription |
| Method Detail |
|---|
CovarianceElement[] getElements()
includesElement
Unit getUnit(int row,
int column)
row - The row number to be retrieved (zero indexed).column - The column number to be retrieved (zero indexed).
Matrix.getNumRow(),
Matrix.getNumCol(),
Matrix.getElement(int, int)
unitsOfMeasure
getUnitOfMeasures as getUnits
since this method returns a Unit object from JSR-108.
Also provided (row, column) arguments in order to
allow individual access without the need to create temporary
CovarianceElement elements.
A getUnit() method was added in
CovarianceElement in order to reduce the need for the
old getUnits() method (which returned an array of units).
This is also symetric with the fact that getElement(row,column) returns a double (like
getCovariance()).
|
GeoAPI 1.0 Build 2004-05-18 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
|
Symbols, terms and definitions | Copyright OpenGIS® Consortium |