共用方式為


WKT_PARSE_ERROR錯誤類別

SQLSTATE:22023

剖析 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

發出錯誤類別的函數