net.opengis.gml
Class CovarianceElementType

java.lang.Object
  extended by net.opengis.gml.CovarianceElementType

public class CovarianceElementType
extends Object

An element of a covariance matrix.

Classe Java pour CovarianceElementType complex type.

Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.

 <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>
 


Field Summary
protected  BigInteger columnIndex
           
protected  double covariance
           
protected  BigInteger rowIndex
           
 
Constructor Summary
CovarianceElementType()
           
 
Method Summary
 BigInteger getColumnIndex()
          Obtient la valeur de la propriété columnIndex.
 double getCovariance()
          Obtient la valeur de la propriété covariance.
 BigInteger getRowIndex()
          Obtient la valeur de la propriété rowIndex.
 boolean isSetColumnIndex()
           
 boolean isSetCovariance()
           
 boolean isSetRowIndex()
           
 void setColumnIndex(BigInteger value)
          Définit la valeur de la propriété columnIndex.
 void setCovariance(double value)
          Définit la valeur de la propriété covariance.
 void setRowIndex(BigInteger value)
          Définit la valeur de la propriété rowIndex.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rowIndex

protected BigInteger rowIndex

columnIndex

protected BigInteger columnIndex

covariance

protected double covariance
Constructor Detail

CovarianceElementType

public CovarianceElementType()
Method Detail

getRowIndex

public BigInteger getRowIndex()
Obtient la valeur de la propriété rowIndex.

Returns:
possible object is BigInteger

setRowIndex

public void setRowIndex(BigInteger value)
Définit la valeur de la propriété rowIndex.

Parameters:
value - allowed object is BigInteger

isSetRowIndex

public boolean isSetRowIndex()

getColumnIndex

public BigInteger getColumnIndex()
Obtient la valeur de la propriété columnIndex.

Returns:
possible object is BigInteger

setColumnIndex

public void setColumnIndex(BigInteger value)
Définit la valeur de la propriété columnIndex.

Parameters:
value - allowed object is BigInteger

isSetColumnIndex

public boolean isSetColumnIndex()

getCovariance

public double getCovariance()
Obtient la valeur de la propriété covariance.


setCovariance

public void setCovariance(double value)
Définit la valeur de la propriété covariance.


isSetCovariance

public boolean isSetCovariance()


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