Class TLcdGML31CurveArrayProperty

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

public class TLcdGML31CurveArrayProperty extends TLcdFeaturedDataObject
A container for an array of curves. The elements are always contained in the array property, referencing geometry elements or arrays of geometry elements is not supported.
Since:
10.0
See Also:
  • Field Details

    • CURVE_PROPERTY

      public static final TLcdDataProperty CURVE_PROPERTY
      Data property that maps to the _Curve element. The possible values for this property are instances of List<TLcdGML31AbstractCurve>.
  • Constructor Details

    • TLcdGML31CurveArrayProperty

      public TLcdGML31CurveArrayProperty()
    • TLcdGML31CurveArrayProperty

      public TLcdGML31CurveArrayProperty(TLcdDataType aType)
  • Method Details

    • getCurve

      public List<TLcdGML31AbstractCurve> getCurve()
      Returns the value of the property that maps to the _Curve element.

      The "_Curve" element is the abstract head of the substitution group for all (continuous) curve elements.

      Returns:
      the value of the CURVE_PROPERTY property.