foutklasse WKT_PARSE_ERROR
Fout bij parseren WKT: <parseError>
op positie <pos>
Parameters
- parseError: Beschrijving van het type parseringsfout dat is opgetreden.
- pos: De positie op basis van 1 in de WKT-tekenreeks waar de parseringsfout is opgetreden.
Uitleg
Sommige georuimtelijke functies kunnen deze fout retourneren bij het parseren van de invoer, die naar verwachting een bekende tekstindeling (WKT) heeft. Meer informatie over WKT.
Voorbeelden
-- 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
Functies die de foutklasse verzenden
- h3_coverash3, functie
- h3_coverash3string, functie
- h3_pointash3, functie
- h3_pointash3string, functie
- h3_polyfillash3, functie
- h3_polyfillash3string, functie
- h3_tessellateaswkb, functie