|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.gml.CovarianceElementType
public class CovarianceElementType
An element of a covariance matrix.
Classe Java pour CovarianceElementType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="CovarianceElementType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.opengis.net/gml}rowIndex"/>
<element ref="{http://www.opengis.net/gml}columnIndex"/>
<element ref="{http://www.opengis.net/gml}covariance"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected BigInteger |
columnIndex
|
protected double |
covariance
|
protected BigInteger |
rowIndex
|
| Constructor Summary | |
|---|---|
CovarianceElementType()
|
|
| Method Summary | |
|---|---|
BigInteger |
getColumnIndex()
Obtient la valeur de la propriété columnIndex. |
double |
getCovariance()
Obtient la valeur de la propriété covariance. |
BigInteger |
getRowIndex()
Obtient la valeur de la propriété rowIndex. |
boolean |
isSetColumnIndex()
|
boolean |
isSetCovariance()
|
boolean |
isSetRowIndex()
|
void |
setColumnIndex(BigInteger value)
Définit la valeur de la propriété columnIndex. |
void |
setCovariance(double value)
Définit la valeur de la propriété covariance. |
void |
setRowIndex(BigInteger value)
Définit la valeur de la propriété rowIndex. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected BigInteger rowIndex
protected BigInteger columnIndex
protected double covariance
| Constructor Detail |
|---|
public CovarianceElementType()
| Method Detail |
|---|
public BigInteger getRowIndex()
BigIntegerpublic void setRowIndex(BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSetRowIndex()
public BigInteger getColumnIndex()
BigIntegerpublic void setColumnIndex(BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSetColumnIndex()
public double getCovariance()
public void setCovariance(double value)
public boolean isSetCovariance()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||