Package net.opengis.gml311
Interface CovarianceMatrixType
- All Superinterfaces:
AbstractPositionalAccuracyType
,EObject
,Notifier
- All Known Implementing Classes:
CovarianceMatrixTypeImpl
A representation of the model object 'Covariance Matrix Type'.
Error estimate covariance matrix.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionEList<CovarianceElementType>
Returns the value of the 'Includes Element' containment reference list.EList<UnitOfMeasureType>
Returns the value of the 'Unit Of Measure' containment reference list.Methods inherited from interface AbstractPositionalAccuracyType
getMeasureDescription, setMeasureDescription
Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
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:
-
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:
-