Package net.opengis.gml311
Interface CovarianceMatrixType
-
- All Superinterfaces:
AbstractPositionalAccuracyType
,EObject
,Notifier
- All Known Implementing Classes:
CovarianceMatrixTypeImpl
public interface CovarianceMatrixType extends AbstractPositionalAccuracyType
A representation of the model object 'Covariance Matrix Type'. Error estimate covariance matrix.The following features are supported:
- See Also:
Gml311Package.getCovarianceMatrixType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<CovarianceElementType>
getIncludesElement()
Returns the value of the 'Includes Element' containment reference list.EList<UnitOfMeasureType>
getUnitOfMeasure()
Returns the value of the 'Unit Of Measure' containment reference list.-
Methods inherited from interface AbstractPositionalAccuracyType
getMeasureDescription, setMeasureDescription
-
-
-
-
Method Detail
-
getUnitOfMeasure
EList<UnitOfMeasureType> getUnitOfMeasure()
Returns the value of the 'Unit Of Measure' containment reference list. The list contents are of typeUnitOfMeasureType
. Ordered sequence of units of measure, corresponding to the row and column index numbers of the covariance matrix, starting with row and column 1 and ending with row/column N. Each unit of measure is for the ordinate reflected in the relevant row and column of the covariance matrix.- Returns:
- the value of the 'Unit Of Measure' containment reference list.
- See Also:
Gml311Package.getCovarianceMatrixType_UnitOfMeasure()
-
getIncludesElement
EList<CovarianceElementType> getIncludesElement()
Returns the value of the 'Includes Element' containment reference list. The list contents are of typeCovarianceElementType
. Unordered set of elements in this covariance matrix. Because the covariance matrix is symmetrical, only the elements in the upper or lower diagonal part (including the main diagonal) of the matrix need to be specified. Any zero valued covariance elements can be omitted.- Returns:
- the value of the 'Includes Element' containment reference list.
- See Also:
Gml311Package.getCovarianceMatrixType_IncludesElement()
-
-