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)