org.citygml4j.jaxb.gml._3_1_1
Class FormulaType

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

public class FormulaType
extends java.lang.Object

Paremeters of a simple formula by which a value using this unit of measure can be converted to the corresponding value using the preferred unit of measure. The formula element contains elements a, b, c and d, whose values use the XML Schema type "double". These values are used in the formula y = (a + bx) / (c + dx), where x is a value using this unit, and y is the corresponding value using the preferred unit. The elements a and d are optional, and if values are not provided, those parameters are considered to be zero. If values are not provided for both a and d, the formula is equivalent to a fraction with numerator and denominator parameters.

Java-Klasse für FormulaType complex type.

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

 <complexType name="FormulaType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="a" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="b" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="c" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="d" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
FormulaType()
           
 
Method Summary
 java.lang.Double getA()
          Ruft den Wert der a-Eigenschaft ab.
 double getB()
          Ruft den Wert der b-Eigenschaft ab.
 double getC()
          Ruft den Wert der c-Eigenschaft ab.
 java.lang.Double getD()
          Ruft den Wert der d-Eigenschaft ab.
 boolean isSetA()
           
 boolean isSetB()
           
 boolean isSetC()
           
 boolean isSetD()
           
 void setA(java.lang.Double value)
          Legt den Wert der a-Eigenschaft fest.
 void setB(double value)
          Legt den Wert der b-Eigenschaft fest.
 void setC(double value)
          Legt den Wert der c-Eigenschaft fest.
 void setD(java.lang.Double value)
          Legt den Wert der d-Eigenschaft fest.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormulaType

public FormulaType()
Method Detail

getA

public java.lang.Double getA()
Ruft den Wert der a-Eigenschaft ab.

Returns:
possible object is Double

setA

public void setA(java.lang.Double value)
Legt den Wert der a-Eigenschaft fest.

Parameters:
value - allowed object is Double

isSetA

public boolean isSetA()

getB

public double getB()
Ruft den Wert der b-Eigenschaft ab.


setB

public void setB(double value)
Legt den Wert der b-Eigenschaft fest.


isSetB

public boolean isSetB()

getC

public double getC()
Ruft den Wert der c-Eigenschaft ab.


setC

public void setC(double value)
Legt den Wert der c-Eigenschaft fest.


isSetC

public boolean isSetC()

getD

public java.lang.Double getD()
Ruft den Wert der d-Eigenschaft ab.

Returns:
possible object is Double

setD

public void setD(java.lang.Double value)
Legt den Wert der d-Eigenschaft fest.

Parameters:
value - allowed object is Double

isSetD

public boolean isSetD()