Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
返回从包含 ST_Geometry 的 WKB 表示的 BINARY 值转换的 ST_Geometry 值。
ST_PointFromWKB(wkb, srid)
wkb
BINARY
WKB 表示。
ST_Geometry 返回根据输入字符串创建的 ST_Geometry 值。
以下语句返回结果 (1.0, 2.0, 4326):
(1.0, 2.0, 4326)
SELECT ST_PointFromWKB(0x0101000000000000000000f03f0000000000000040,4326)