Class TLcdGML32KnotProperty

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

public class TLcdGML32KnotProperty extends TLcdDataObject
gml:KnotPropertyType encapsulates a knot to use it in a geometric type.
Since:
10.0
  • 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 TLcdGML32Knot.
  • Constructor Details

    • TLcdGML32KnotProperty

      public TLcdGML32KnotProperty()
    • TLcdGML32KnotProperty

      public TLcdGML32KnotProperty(TLcdDataType aType)
  • Method Details

    • getKnot

      public TLcdGML32Knot getKnot()
      Returns the value of the property that maps to the Knot element.

      A knot is a breakpoint on a piecewise spline curve. value is the value of the parameter at the knot of the spline (see ISO 19107:2003, 6.4.24.2). multiplicity is the multiplicity of this knot used in the definition of the spline (with the same weight). weight is the value of the averaging weight used for this knot of the spline.

      Returns:
      the value of the KNOT_PROPERTY property.
    • setKnot

      public void setKnot(TLcdGML32Knot aValue)
      Sets the value of the property that maps to the Knot element.

      A knot is a breakpoint on a piecewise spline curve. value is the value of the parameter at the knot of the spline (see ISO 19107:2003, 6.4.24.2). multiplicity is the multiplicity of this knot used in the definition of the spline (with the same weight). weight is the value of the averaging weight used for this knot of the spline.

      Parameters:
      aValue - the value to set for the KNOT_PROPERTY property.