|
||||||||||
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.AbstractPositionalAccuracyType
org.citygml4j.jaxb.gml._3_1_1.CovarianceMatrixType
public class CovarianceMatrixType
Error estimate covariance matrix.
Java-Klasse für CovarianceMatrixType complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="CovarianceMatrixType"> <complexContent> <extension base="{http://www.opengis.net/gml}AbstractPositionalAccuracyType"> <sequence> <element ref="{http://www.opengis.net/gml}unitOfMeasure" maxOccurs="unbounded"/> <element ref="{http://www.opengis.net/gml}includesElement" maxOccurs="unbounded"/> </sequence> </extension> </complexContent> </complexType>
Constructor Summary | |
---|---|
CovarianceMatrixType()
|
Method Summary | |
---|---|
java.util.List<CovarianceElementType> |
getIncludesElement()
Unordered set of elements in this covariance matrix. |
java.util.List<UnitOfMeasureType> |
getUnitOfMeasure()
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. |
boolean |
isSetIncludesElement()
|
boolean |
isSetUnitOfMeasure()
|
void |
setIncludesElement(java.util.List<CovarianceElementType> includesElement)
Unordered set of elements in this covariance matrix. |
void |
setUnitOfMeasure(java.util.List<UnitOfMeasureType> unitOfMeasure)
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. |
void |
unsetIncludesElement()
|
void |
unsetUnitOfMeasure()
|
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.AbstractPositionalAccuracyType |
---|
getMeasureDescription, isSetMeasureDescription, setMeasureDescription |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CovarianceMatrixType()
Method Detail |
---|
public java.util.List<UnitOfMeasureType> getUnitOfMeasure()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the unitOfMeasure property.
For example, to add a new item, do as follows:
getUnitOfMeasure().add(newItem);
Objects of the following type(s) are allowed in the list
UnitOfMeasureType
public boolean isSetUnitOfMeasure()
public void unsetUnitOfMeasure()
public java.util.List<CovarianceElementType> getIncludesElement()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the includesElement property.
For example, to add a new item, do as follows:
getIncludesElement().add(newItem);
Objects of the following type(s) are allowed in the list
CovarianceElementType
public boolean isSetIncludesElement()
public void unsetIncludesElement()
public void setUnitOfMeasure(java.util.List<UnitOfMeasureType> unitOfMeasure)
unitOfMeasure
- allowed object is
UnitOfMeasureType
public void setIncludesElement(java.util.List<CovarianceElementType> includesElement)
includesElement
- allowed object is
CovarianceElementType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |