net.opengis.gml
Class CovarianceMatrixType

java.lang.Object
  extended by net.opengis.gml.AbstractPositionalAccuracyType
      extended by net.opengis.gml.CovarianceMatrixType

public class CovarianceMatrixType
extends AbstractPositionalAccuracyType

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

unitOfMeasure

protected List<UnitOfMeasureType> unitOfMeasure

includesElement

protected List<CovarianceElementType> includesElement
Constructor Detail

CovarianceMatrixType

public CovarianceMatrixType()
Method Detail

getUnitOfMeasure

public 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 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()


Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.