Catatan
Akses ke halaman ini memerlukan otorisasi. Anda dapat mencoba masuk atau mengubah direktori.
Akses ke halaman ini memerlukan otorisasi. Anda dapat mencoba mengubah direktori.
Kesalahan memparsing WKB: <parseError> pada posisi <pos>
Parameters
- parseError: Deskripsi jenis kesalahan penguraian yang ditemui.
- pos: Posisi berbasis 1 dalam string biner WKB tempat kesalahan penguraian terjadi.
Explanation
Beberapa fungsi geospasial dapat mengembalikan kesalahan ini saat mengurai input yang harus dalam format Well-Known Biner (WKB). Pelajari selengkapnya tentang WKB.
Examples
-- Feeding an empty geometry collection in WKB format into the h3_polyfillash3string function (as opposed to a polygon or multipolygon).
> SELECT h3_polyfillash3string(unhex('010700000000'), 8);
[WKB_PARSE_ERROR] Error parsing WKB: Invalid or unsupported type 7 at position 2 SQLSTATE: 22023
-- The input WKB corresponds to a polygon with 5 vertices in the exterior ring, but only 4 vertices are present in the description.
> SELECT h3_polyfillash3(unhex('0103000000010000000500000050fc1873d79a5ec0d0d556ec2fe342404182e2c7988f5dc0f46c567dae064140aaf1d24d628052c05e4bc8073d5b444050fc1873d79a5ec0d0d556ec2fe34240'), 2);
[WKB_PARSE_ERROR] Error parsing WKB: Unexpected end of WKB buffer at position 78 SQLSTATE: 22023
Fungsi yang menghasilkan kelas kesalahan
-
h3_coverash3fungsi -
h3_coverash3stringfungsi -
h3_pointash3fungsi -
h3_pointash3stringfungsi -
h3_polyfillash3fungsi -
h3_polyfillash3stringfungsi -
h3_tessellateaswkbfungsi -
st_geogfromwkbfungsi -
st_geomfromwkbfungsi -
to_geographyfungsi -
to_geometryfungsi