Class TLcdGML31SolidArrayProperty

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

public class TLcdGML31SolidArrayProperty extends TLcdFeaturedDataObject
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
See Also:
  • Field Details

    • SOLID_PROPERTY

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

    • TLcdGML31SolidArrayProperty

      public TLcdGML31SolidArrayProperty()
    • TLcdGML31SolidArrayProperty

      public TLcdGML31SolidArrayProperty(TLcdDataType aType)
  • Method Details

    • getSolid

      public List<TLcdGML31AbstractSolid> getSolid()
      Returns the value of the property that maps to the _Solid element.

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

      Returns:
      the value of the SOLID_PROPERTY property.