名称

validatetopology_returntype — 复合类型,由错误消息以及表示错误位置的 id1 和 id2 组成。 这是 ValidateTopology 的返回类型。

Description

由错误消息和两个整数组成的复合类型。ValidateTopology函数返回一组值来表示验证错误,并返回 id1 和 id2 来表示错误中涉及的拓扑对象的 id。

Field Type Description
error varchar

Denotes the type of error.

Current error descriptors are: coincident nodes, edge crosses node, edge not simple, edge end node geometry mismatch, edge start node geometry mismatch, face overlaps face, face within face.

id1 integer Denotes the identifier of the edge, face, or node in error.
id2 integer For errors that involve two objects, denotes the secondary edge or node.

相关信息

ValidateTopology