validatetopology_returntype — Un tipo compuesto que consta de un mensaje de error e id1 e id2 para denotar la ubicación del error. Este es el tipo de valor devuelto por ValidateTopology.
Un tipo compuesto que consiste de un mensaje de error y dos enteros. La función ValidateTopology devuelve un conjunto de estos para indicar errores en la validacion y el id1 e id2 para indicar los identificadores de los objetos topológicos involucrados en el error.
| 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. |