WKT_PARSE_ERROR třída chyby
Při analýze WKT došlo k chybě: <parseError>
na pozici <pos>
Parameters
- parseError: Popis druhu chyby analýzy.
- pos: Pozice začínající od 1 v řetězci WKT, kde došlo k chybě analýzy where.
Vysvětlení
Některé geoprostorové funkce můžou tuto chybu vrátit při analýze vstupu, u které se očekává, že budou ve dobře známém textovém formátu (WKT). Přečtěte si další informace o WKT.
Příklady
-- 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
Funkce vygenerující třídu chyb
- funkce h3_coverash3
- funkce h3_coverash3string
- h3_pointash3 funkce
- funkce h3_pointash3string
- h3_polyfillash3 funkce
- funkce h3_polyfillash3string
- funkce
h3_tessellateaswkb