validatetopology_returntype — Un tipo di dato composto che consiste in un messaggio di errore e due identificativi (id1 e id2) che denotano la locazione spaziale dell'errore. Questo è il tipo di dato ritornato da ValidateTopology.
Un tipo di dato composto che consiste in un messaggio di errore e due numeri interi. La funzione ValidateTopology restituisce un insieme di valori di questo tipo per indicare errori di validazione topologica. I due numeri interi id1 e id2 denotano gli identificativi degli oggetti topologici coinvolti nell'errore.
| 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. |