org.citygml4j.jaxb.gml._3_1_1
Class CovarianceElementType

java.lang.Object
  extended by org.citygml4j.jaxb.gml._3_1_1.CovarianceElementType

public class CovarianceElementType
extends java.lang.Object

An element of a covariance matrix.

Java-Klasse für CovarianceElementType complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

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


Constructor Summary
CovarianceElementType()
           
 
Method Summary
 java.math.BigInteger getColumnIndex()
          Ruft den Wert der columnIndex-Eigenschaft ab.
 double getCovariance()
          Ruft den Wert der covariance-Eigenschaft ab.
 java.math.BigInteger getRowIndex()
          Ruft den Wert der rowIndex-Eigenschaft ab.
 boolean isSetColumnIndex()
           
 boolean isSetCovariance()
           
 boolean isSetRowIndex()
           
 void setColumnIndex(java.math.BigInteger value)
          Legt den Wert der columnIndex-Eigenschaft fest.
 void setCovariance(double value)
          Legt den Wert der covariance-Eigenschaft fest.
 void setRowIndex(java.math.BigInteger value)
          Legt den Wert der rowIndex-Eigenschaft fest.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CovarianceElementType

public CovarianceElementType()
Method Detail

getRowIndex

public java.math.BigInteger getRowIndex()
Ruft den Wert der rowIndex-Eigenschaft ab.

Returns:
possible object is BigInteger

setRowIndex

public void setRowIndex(java.math.BigInteger value)
Legt den Wert der rowIndex-Eigenschaft fest.

Parameters:
value - allowed object is BigInteger

isSetRowIndex

public boolean isSetRowIndex()

getColumnIndex

public java.math.BigInteger getColumnIndex()
Ruft den Wert der columnIndex-Eigenschaft ab.

Returns:
possible object is BigInteger

setColumnIndex

public void setColumnIndex(java.math.BigInteger value)
Legt den Wert der columnIndex-Eigenschaft fest.

Parameters:
value - allowed object is BigInteger

isSetColumnIndex

public boolean isSetColumnIndex()

getCovariance

public double getCovariance()
Ruft den Wert der covariance-Eigenschaft ab.


setCovariance

public void setCovariance(double value)
Legt den Wert der covariance-Eigenschaft fest.


isSetCovariance

public boolean isSetCovariance()