Class TLcdGML32Shell

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

public class TLcdGML32Shell extends TLcdDataObject
A shell is used to represent a single connected component of a solid boundary as specified in ISO 19107:2003, 6.3.8. Every gml:surfaceMember references or contains one surface, i.e. any element which is substitutable for gml:AbstractSurface. In the context of a shell, the surfaces describe the boundary of the solid. If provided, the aggregationType attribute shall have the value "set".
Since:
10.0
  • Field Details

    • AGGREGATION_TYPE_PROPERTY

      public static final TLcdDataProperty AGGREGATION_TYPE_PROPERTY
      Data property that maps to the aggregationType attribute. The possible values for this property are instances of ELcdGML32Aggregation.
    • SURFACE_MEMBER_PROPERTY

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

    • TLcdGML32Shell

      public TLcdGML32Shell()
    • TLcdGML32Shell

      public TLcdGML32Shell(TLcdDataType aType)
  • Method Details

    • getAggregationType

      public ELcdGML32Aggregation getAggregationType()
      Returns the value of the property that maps to the aggregationType attribute.
      Returns:
      the value of the AGGREGATION_TYPE_PROPERTY property.
    • setAggregationType

      public void setAggregationType(ELcdGML32Aggregation aValue)
      Sets the value of the property that maps to the aggregationType attribute.
      Parameters:
      aValue - the value to set for the AGGREGATION_TYPE_PROPERTY property.
    • getSurfaceMember

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

      This property element either references a surface via the XLink-attributes or contains the surface element. A surface element is any element, which is substitutable for gml:AbstractSurface.

      Returns:
      the value of the SURFACE_MEMBER_PROPERTY property.
      See Also: