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
| |
TERRAIN
| |
VEGETATION
| |
USERDEFINED
| |
NOTDEFINED
|
5.4.2.12.3 Formal representation
TYPE IfcGeographicElementTypeEnum = ENUMERATION OF
(SOIL_BORING_POINT
,TERRAIN
,VEGETATION
,USERDEFINED
,NOTDEFINED);
END_TYPE;