Class TLcdGML32ShellProperty

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

public class TLcdGML32ShellProperty extends TLcdDataObject
A property with the content model of gml:ShellPropertyType encapsulates a shell to represent a component of a solid boundary.
Since:
10.0
  • Field Details

    • SHELL_PROPERTY

      public static final TLcdDataProperty SHELL_PROPERTY
      Data property that maps to the Shell element. The possible values for this property are instances of TLcdGML32Shell.
  • Constructor Details

    • TLcdGML32ShellProperty

      public TLcdGML32ShellProperty()
    • TLcdGML32ShellProperty

      public TLcdGML32ShellProperty(TLcdDataType aType)
  • Method Details

    • getShell

      public TLcdGML32Shell getShell()
      Returns the value of the property that maps to the Shell element.

      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".

      Returns:
      the value of the SHELL_PROPERTY property.
    • setShell

      public void setShell(TLcdGML32Shell aValue)
      Sets the value of the property that maps to the Shell element.

      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".

      Parameters:
      aValue - the value to set for the SHELL_PROPERTY property.