Class TLcdGML32CurveArrayProperty

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

public class TLcdGML32CurveArrayProperty extends TLcdDataObject
A container for an array of curves. The elements are always contained in the array property, referencing geometry elements or arrays of geometry elements via XLinks is not supported.
Since:
10.0
  • Field Details Link icon

    • OWNS_PROPERTY Link icon

      public static final TLcdDataProperty OWNS_PROPERTY
      Data property that maps to the owns attribute. The possible values for this property are instances of boolean.
    • ABSTRACT_CURVE_PROPERTY Link icon

      public static final TLcdDataProperty ABSTRACT_CURVE_PROPERTY
      Data property that maps to the AbstractCurve element. The possible values for this property are instances of List<TLcdGML32AbstractCurve>.
  • Constructor Details Link icon

    • TLcdGML32CurveArrayProperty Link icon

      public TLcdGML32CurveArrayProperty()
    • TLcdGML32CurveArrayProperty Link icon

      public TLcdGML32CurveArrayProperty(TLcdDataType aType)
  • Method Details Link icon

    • getOwns Link icon

      public boolean getOwns()
      Returns the value of the property that maps to the owns attribute.
      Returns:
      the value of the OWNS_PROPERTY property.
    • setOwns Link icon

      public void setOwns(boolean aValue)
      Sets the value of the property that maps to the owns attribute.
      Parameters:
      aValue - the value to set for the OWNS_PROPERTY property.
    • getAbstractCurve Link icon

      public List<TLcdGML32AbstractCurve> getAbstractCurve()
      Returns the value of the property that maps to the AbstractCurve element.

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

      Returns:
      the value of the ABSTRACT_CURVE_PROPERTY property.