Class TLcdGML31SurfaceArrayProperty

java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.datamodel.TLcdFeaturedDataObject
com.luciad.format.gml31.model.TLcdGML31SurfaceArrayProperty
All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, ILcdFeatured, ILcdSelfDescribedFeatured, Serializable, Cloneable

public class TLcdGML31SurfaceArrayProperty extends TLcdFeaturedDataObject
A container for an array of surfaces. 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

    • SURFACE_PROPERTY

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

    • TLcdGML31SurfaceArrayProperty

      public TLcdGML31SurfaceArrayProperty()
    • TLcdGML31SurfaceArrayProperty

      public TLcdGML31SurfaceArrayProperty(TLcdDataType aType)
  • Method Details

    • getSurface

      public List<TLcdGML31AbstractSurface> getSurface()
      Returns the value of the property that maps to the _Surface element.

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

      Returns:
      the value of the SURFACE_PROPERTY property.