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.doubleReturns the value of the 'Covariance' attribute.Returns the value of the 'Row Index' attribute.booleanReturns whether the value of the 'Covariance' attribute is set.voidsetColumnIndex(BigInteger value) Sets the value of the 'Column Index' attribute.voidsetCovariance(double value) Sets the value of the 'Covariance' attribute.voidsetRowIndex(BigInteger value) Sets the value of the 'Row Index' attribute.voidUnsets 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, eUnsetMethods 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:
-