|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.gml.AbstractPositionalAccuracyType
net.opengis.gml.CovarianceMatrixType
public class CovarianceMatrixType
Error estimate covariance matrix.
Classe Java pour CovarianceMatrixType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<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>
| Field Summary | |
|---|---|
protected List<CovarianceElementType> |
includesElement
|
protected List<UnitOfMeasureType> |
unitOfMeasure
|
| Fields inherited from class net.opengis.gml.AbstractPositionalAccuracyType |
|---|
measureDescription |
| Constructor Summary | |
|---|---|
CovarianceMatrixType()
|
|
| Method Summary | |
|---|---|
List<CovarianceElementType> |
getIncludesElement()
Unordered set of elements in this covariance matrix. |
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 |
unsetIncludesElement()
|
void |
unsetUnitOfMeasure()
|
| Methods inherited from class net.opengis.gml.AbstractPositionalAccuracyType |
|---|
getMeasureDescription, isSetMeasureDescription, setMeasureDescription |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<UnitOfMeasureType> unitOfMeasure
protected List<CovarianceElementType> includesElement
| Constructor Detail |
|---|
public CovarianceMatrixType()
| Method Detail |
|---|
public 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 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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||