Class TLcdGML32Knot

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

public class TLcdGML32Knot extends TLcdDataObject
Since:
10.0
  • Field Details

    • VALUE_PROPERTY

      public static final TLcdDataProperty VALUE_PROPERTY
      Data property that maps to the value element. The possible values for this property are instances of double.
    • MULTIPLICITY_PROPERTY

      public static final TLcdDataProperty MULTIPLICITY_PROPERTY
      Data property that maps to the multiplicity element. The possible values for this property are instances of long.
    • WEIGHT_PROPERTY

      public static final TLcdDataProperty WEIGHT_PROPERTY
      Data property that maps to the weight element. The possible values for this property are instances of double.
  • Constructor Details

    • TLcdGML32Knot

      public TLcdGML32Knot()
    • TLcdGML32Knot

      public TLcdGML32Knot(TLcdDataType aType)
  • Method Details

    • getValue

      public double getValue()
      Returns the value of the property that maps to the value element.
      Returns:
      the value of the VALUE_PROPERTY property.
    • setValue

      public void setValue(double aValue)
      Sets the value of the property that maps to the value element.
      Parameters:
      aValue - the value to set for the VALUE_PROPERTY property.
    • getMultiplicity

      public long getMultiplicity()
      Returns the value of the property that maps to the multiplicity element.
      Returns:
      the value of the MULTIPLICITY_PROPERTY property.
    • setMultiplicity

      public void setMultiplicity(long aValue)
      Sets the value of the property that maps to the multiplicity element.
      Parameters:
      aValue - the value to set for the MULTIPLICITY_PROPERTY property.
    • getWeight

      public double getWeight()
      Returns the value of the property that maps to the weight element.
      Returns:
      the value of the WEIGHT_PROPERTY property.
    • setWeight

      public void setWeight(double aValue)
      Sets the value of the property that maps to the weight element.
      Parameters:
      aValue - the value to set for the WEIGHT_PROPERTY property.