Package net.opengis.gml311
Interface CovarianceElementType
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
CovarianceElementTypeImpl
public interface CovarianceElementType
extends EObject
A representation of the model object 'Covariance Element Type'.
An element of a covariance matrix.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Column Index' attribute.double
Returns the value of the 'Covariance' attribute.Returns the value of the 'Row Index' attribute.boolean
Returns whether the value of the 'Covariance
' attribute is set.void
setColumnIndex
(BigInteger value) Sets the value of the 'Column Index
' attribute.void
setCovariance
(double value) Sets the value of the 'Covariance
' attribute.void
setRowIndex
(BigInteger value) Sets the value of the 'Row Index
' attribute.void
Unsets the value of the 'Covariance
' attribute.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
-
getRowIndex
BigInteger getRowIndex()Returns the value of the 'Row Index' attribute. Row number of this covariance element value.- Returns:
- the value of the 'Row Index' attribute.
- See Also:
-
setRowIndex
Sets the value of the 'Row Index
' attribute.- Parameters:
value
- the new value of the 'Row Index' attribute.- See Also:
-
getColumnIndex
BigInteger getColumnIndex()Returns the value of the 'Column Index' attribute. Column number of this covariance element value.- Returns:
- the value of the 'Column Index' attribute.
- See Also:
-
setColumnIndex
Sets the value of the 'Column Index
' attribute.- Parameters:
value
- the new value of the 'Column Index' attribute.- See Also:
-
getCovariance
double getCovariance()Returns the value of the 'Covariance' attribute. Value of covariance matrix element.- Returns:
- the value of the 'Covariance' attribute.
- See Also:
-
setCovariance
void setCovariance(double value) Sets the value of the 'Covariance
' attribute.- Parameters:
value
- the new value of the 'Covariance' attribute.- See Also:
-
unsetCovariance
void unsetCovariance()Unsets the value of the 'Covariance
' attribute. -
isSetCovariance
boolean isSetCovariance()Returns whether the value of the 'Covariance
' attribute is set.- Returns:
- whether the value of the 'Covariance' attribute is set.
- See Also:
-