Class TLcdGML32SolidArrayProperty

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

public class TLcdGML32SolidArrayProperty extends TLcdDataObject
gml:SolidArrayPropertyType is a container for an array of solids. The elements are always contained in the array property, referencing geometry elements or arrays of geometry elements is not supported.
Since:
10.0
  • Field Details

    • OWNS_PROPERTY

      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_SOLID_PROPERTY

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

    • TLcdGML32SolidArrayProperty

      public TLcdGML32SolidArrayProperty()
    • TLcdGML32SolidArrayProperty

      public TLcdGML32SolidArrayProperty(TLcdDataType aType)
  • Method Details

    • getOwns

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

      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.
    • getAbstractSolid

      public List<TLcdGML32AbstractSolid> getAbstractSolid()
      Returns the value of the property that maps to the AbstractSolid element.

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

      Returns:
      the value of the ABSTRACT_SOLID_PROPERTY property.