IFC 4.3.2.20251031 (IFC4X3_ADD2) under development

8.18.3.21 IfcWellKnownText(已知文本)

8.18.3.21.1 语义定义(Semantic definition)

已知文本(WKT)字面量是根据ISO 19125-1:2004或ISO 19162:2019标准对坐标参照系定义的结构化文本表示。

8.18.3.21.2 实体继承(Entity inheritance)

8.18.3.21.3 特性(Attributes)

# 特性(Attributes) 类型 描述
IfcWellKnownText (2)
1 WellKnownText IfcWellKnownTextLiteral

本实体封装的WKT字面量。

2 CoordinateReferenceSystem IfcCoordinateReferenceSystem

提供WKT定义对应的IfcCoordinateReferenceSystem

表 8.18.3.21.A

8.18.3.21.4 形式化表示(Formal representation)

ENTITY IfcWellKnownText;
	WellKnownText : IfcWellKnownTextLiteral;
	CoordinateReferenceSystem : IfcCoordinateReferenceSystem;
END_ENTITY;

8.18.3.21.5 参考文献