Classe d’erreur WKT_PARSE_ERROR
Erreur lors de l’analyse de WKT : <parseError>
à la position <pos>
Paramètres
- parseError: description du type d’erreur d’analyse rencontrée.
- pos: position basée sur 1 dans la chaîne WKT où l’erreur d’analyse s’est produite.
Explication
Certaines fonctions géospatiales peuvent renvoyer cette erreur lors de l’analyse de l’entrée, qui est censée être au format WKT (Text) connu. En savoir plus sur WKT.
Exemples
-- Feeding an empty point in WKT format into the h3_polyfillash3 function (as opposed to a polygon or multipolygon).
> SELECT h3_polyfillash3('POINT EMPTY', 2)
[WKT_PARSE_ERROR] Error parsing WKT: Invalid or unsupported type 'POINT' at position 1
-- Feeding a polygon with less than 4 vertices into the h3_polyfillash3 function.
> SELECT h3_polyfillash3('POLYGON((-122.4194 37.7749,-118.2437 34.0522,-74.0060 40.7128))', 2)
[WKT_PARSE_ERROR] Error parsing WKT: Too few points in ring at position 63
Fonctions qui émettent la classe d’erreur
- Fonction h3_coverash3
- h3_coverash3string, fonction
- Fonction h3_pointash3
- Fonction h3_pointash3string
- Fonction h3_polyfillash3
- Fonction h3_polyfillash3string
- Fonction h3_tessellateaswkb