IFC 4.3.0.0 (IFC4X3) final

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

Table 5.4.2.12.A

5.4.2.12.3 Formal representation

TYPE IfcGeographicElementTypeEnum = ENUMERATION OF
	(SOIL_BORING_POINT
	,TERRAIN
	,VEGETATION
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;

5.4.2.12.4 References