제목

validatetopology_returntype — A composite type that consists of an error message and id1 and id2 to denote location of error. This is the return type for ValidateTopology.

Description

오류 메시지 및 정수형 2개로 이루어진 합성 유형입니다. ValidateTopology 함수가 확인 오류 및 해당 오류에 연관된 지형 객체들의 ID를 표시하는 id1과 id2를 나타내는 이 집합을 반환합니다.

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.