Class TLcdGML31KnotProperty

All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, ILcdFeatured, ILcdSelfDescribedFeatured, Serializable, Cloneable

public class TLcdGML31KnotProperty extends TLcdFeaturedDataObject
Encapsulates a knot to use it in a geometric type.
Since:
10.0
See Also:
  • Field Details

    • KNOT_PROPERTY

      public static final TLcdDataProperty KNOT_PROPERTY
      Data property that maps to the Knot element. The possible values for this property are instances of TLcdGML31Knot.
  • Constructor Details

    • TLcdGML31KnotProperty

      public TLcdGML31KnotProperty()
    • TLcdGML31KnotProperty

      public TLcdGML31KnotProperty(TLcdDataType aType)
  • Method Details

    • getKnot

      public TLcdGML31Knot getKnot()
      Returns the value of the property that maps to the Knot element.
      Returns:
      the value of the KNOT_PROPERTY property.
    • setKnot

      public void setKnot(TLcdGML31Knot aValue)
      Sets the value of the property that maps to the Knot element.
      Parameters:
      aValue - the value to set for the KNOT_PROPERTY property.