WKT_PARSE_ERROR錯誤類別
剖析 WKT 時發生錯誤: <parseError>
位置 <pos>
參數
- parseError:所遇到的剖析錯誤類型描述。
- pos:WKT 字串中發生剖析錯誤的 1 個位置。
說明
剖析輸入時,某些地理空間函式可能會傳回此錯誤,其預期為已知文字 (WKT) 格式。 深入瞭解 WKT。
範例
-- 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
發出錯誤類別的函式
- h3_coverash3函式
- h3_coverash3string函式
- h3_pointash3 函式
- h3_pointash3string 函式
- h3_polyfillash3函式
- h3_polyfillash3string函式
- h3_tessellateaswkb 函式