Class TLcdGML32ShellProperty
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
- Since:
- 10.0
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to theShell
element. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetShell()
Returns the value of the property that maps to theShell
element.void
setShell
(TLcdGML32Shell aValue) Sets the value of the property that maps to theShell
element.
-
Field Details
-
SHELL_PROPERTY
Data property that maps to theShell
element. 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 theShell
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
Sets the value of the property that maps to theShell
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 theSHELL_PROPERTY
property.
-