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

    • A_PROPERTY Link icon

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

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

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

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

    • TLcdGML32Formula Link icon

      public TLcdGML32Formula()
    • TLcdGML32Formula Link icon

      public TLcdGML32Formula(TLcdDataType aType)
  • Method Details Link icon

    • getA Link icon

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

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

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

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

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

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

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

      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.