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

    • VALUE_PROPERTY Link icon

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

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

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

    • TLcdGML32Knot Link icon

      public TLcdGML32Knot()
    • TLcdGML32Knot Link icon

      public TLcdGML32Knot(TLcdDataType aType)
  • Method Details Link icon

    • getValue Link icon

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

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

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

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

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

      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.