5.4.2.12 IfcGeographicElementTypeEnum
5.4.2.12.1 Semantic definition
This enumeration defines the different predefined types of geographic elements that can further specify an IfcGeographicElement or an IfcGeographicElementType.
5.4.2.12.2 Type values
Type | Description |
---|---|
SOIL_BORING_POINT
|
Soil boring point |
TERRAIN
|
Terrain |
VEGETATION
|
Plant life or plant cover (as of an area). For example trees, shrubs, herbs, grasses, ferns, and mosses. |
USERDEFINED
|
User defined |
NOTDEFINED
|
Not defined |
5.4.2.12.3 Formal representation
TYPE IfcGeographicElementTypeEnum = ENUMERATION OF
(SOIL_BORING_POINT
,TERRAIN
,VEGETATION
,USERDEFINED
,NOTDEFINED);
END_TYPE;