org.citygml4j.jaxb.gml._3_1_1
Class CovarianceMatrixType

java.lang.Object
  extended by org.citygml4j.jaxb.gml._3_1_1.AbstractPositionalAccuracyType
      extended by org.citygml4j.jaxb.gml._3_1_1.CovarianceMatrixType

public class CovarianceMatrixType
extends AbstractPositionalAccuracyType

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

CovarianceMatrixType

public CovarianceMatrixType()
Method Detail

getUnitOfMeasure

public 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. Each unit of measure is for the ordinate reflected in the relevant row and column of the covariance matrix. Gets the value of the unitOfMeasure property.

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


isSetUnitOfMeasure

public boolean isSetUnitOfMeasure()

unsetUnitOfMeasure

public void unsetUnitOfMeasure()

getIncludesElement

public java.util.List<CovarianceElementType> getIncludesElement()
Unordered set of elements in this covariance matrix. Because the covariance matrix is symmetrical, only the elements in the upper or lower diagonal part (including the main diagonal) of the matrix need to be specified. Any zero valued covariance elements can be omitted. Gets the value of the includesElement property.

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


isSetIncludesElement

public boolean isSetIncludesElement()

unsetIncludesElement

public void unsetIncludesElement()

setUnitOfMeasure

public 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. Each unit of measure is for the ordinate reflected in the relevant row and column of the covariance matrix.

Parameters:
unitOfMeasure - allowed object is UnitOfMeasureType

setIncludesElement

public void setIncludesElement(java.util.List<CovarianceElementType> includesElement)
Unordered set of elements in this covariance matrix. Because the covariance matrix is symmetrical, only the elements in the upper or lower diagonal part (including the main diagonal) of the matrix need to be specified. Any zero valued covariance elements can be omitted.

Parameters:
includesElement - allowed object is CovarianceElementType