|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.citygml4j.jaxb.gml._3_1_1.CovarianceElementType
public class CovarianceElementType
An element of a covariance matrix.
Java class for CovarianceElementType complex type.
The following schema fragment specifies the expected content contained within this class.
<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>
Constructor Summary | |
---|---|
CovarianceElementType()
|
Method Summary | |
---|---|
java.math.BigInteger |
getColumnIndex()
Gets the value of the columnIndex property. |
double |
getCovariance()
Gets the value of the covariance property. |
java.math.BigInteger |
getRowIndex()
Gets the value of the rowIndex property. |
boolean |
isSetColumnIndex()
|
boolean |
isSetCovariance()
|
boolean |
isSetRowIndex()
|
void |
setColumnIndex(java.math.BigInteger value)
Sets the value of the columnIndex property. |
void |
setCovariance(double value)
Sets the value of the covariance property. |
void |
setRowIndex(java.math.BigInteger value)
Sets the value of the rowIndex property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CovarianceElementType()
Method Detail |
---|
public java.math.BigInteger getRowIndex()
BigInteger
public void setRowIndex(java.math.BigInteger value)
value
- allowed object is
BigInteger
public boolean isSetRowIndex()
public java.math.BigInteger getColumnIndex()
BigInteger
public void setColumnIndex(java.math.BigInteger value)
value
- allowed object is
BigInteger
public 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 |