IFC 4.3.x development

5.4.2.8 IfcGeographicElementTypeEnum

5.4.2.8.1 Semantic definitions at the entity

This enumeration defines the different predefined types of geographic elements that can further specify an IfcGeographicElement or an IfcGeographicElementType.

NOTE  Cuurently no other predefined types beside terrain are defined.

HISTORY  New enumeration in IFC2x2.

5.4.2.8.1 Formal representations

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