Class TLcdGML32ShellProperty
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
- Since:
- 10.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to theShellelement. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetShell()Returns the value of the property that maps to theShellelement.voidsetShell(TLcdGML32Shell aValue) Sets the value of the property that maps to theShellelement.
-
Field Details
-
SHELL_PROPERTY
Data property that maps to theShellelement. The possible values for this property are instances ofTLcdGML32Shell.
-
-
Constructor Details
-
TLcdGML32ShellProperty
public TLcdGML32ShellProperty() -
TLcdGML32ShellProperty
-
-
Method Details
-
getShell
Returns the value of the property that maps to theShellelement.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_PROPERTYproperty.
-
setShell
Sets the value of the property that maps to theShellelement.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 theSHELL_PROPERTYproperty.
-