Class TLcdGML32Formula

java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.gml32.model.TLcdGML32Formula
All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdGML32Formula extends TLcdDataObject
gml:formula Formula(s) or procedure used by an operation method. The use of the codespace attribite has been deprecated. The property value shall be a character string.
Since:
10.0
  • Field Details

    • A_PROPERTY

      public static final TLcdDataProperty A_PROPERTY
      Data property that maps to the a element. The possible values for this property are instances of Double.
    • B_PROPERTY

      public static final TLcdDataProperty B_PROPERTY
      Data property that maps to the b element. The possible values for this property are instances of double.
    • C_PROPERTY

      public static final TLcdDataProperty C_PROPERTY
      Data property that maps to the c element. The possible values for this property are instances of double.
    • D_PROPERTY

      public static final TLcdDataProperty D_PROPERTY
      Data property that maps to the d element. The possible values for this property are instances of Double.
  • Constructor Details

    • TLcdGML32Formula

      public TLcdGML32Formula()
    • TLcdGML32Formula

      public TLcdGML32Formula(TLcdDataType aType)
  • Method Details

    • getA

      public Double getA()
      Returns the value of the property that maps to the a element.
      Returns:
      the value of the A_PROPERTY property.
    • setA

      public void setA(Double aValue)
      Sets the value of the property that maps to the a element.
      Parameters:
      aValue - the value to set for the A_PROPERTY property.
    • getB

      public double getB()
      Returns the value of the property that maps to the b element.
      Returns:
      the value of the B_PROPERTY property.
    • setB

      public void setB(double aValue)
      Sets the value of the property that maps to the b element.
      Parameters:
      aValue - the value to set for the B_PROPERTY property.
    • getC

      public double getC()
      Returns the value of the property that maps to the c element.
      Returns:
      the value of the C_PROPERTY property.
    • setC

      public void setC(double aValue)
      Sets the value of the property that maps to the c element.
      Parameters:
      aValue - the value to set for the C_PROPERTY property.
    • getD

      public Double getD()
      Returns the value of the property that maps to the d element.
      Returns:
      the value of the D_PROPERTY property.
    • setD

      public void setD(Double aValue)
      Sets the value of the property that maps to the d element.
      Parameters:
      aValue - the value to set for the D_PROPERTY property.