Class TLcdGML32SurfaceArrayProperty

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

public class TLcdGML32SurfaceArrayProperty extends TLcdDataObject
gml:SurfaceArrayPropertyType is a container for an array of surfaces. 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_SURFACE_PROPERTY Link icon

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

    • TLcdGML32SurfaceArrayProperty Link icon

      public TLcdGML32SurfaceArrayProperty()
    • TLcdGML32SurfaceArrayProperty Link icon

      public TLcdGML32SurfaceArrayProperty(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.
    • getAbstractSurface Link icon

      public List<TLcdGML32AbstractSurface> getAbstractSurface()
      Returns the value of the property that maps to the AbstractSurface element.

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

      Returns:
      the value of the ABSTRACT_SURFACE_PROPERTY property.