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 値を返します。
SQL/MM (ISO/IEC 13249-3: 2006) 2006) 6.1.9
次の例は、ポイント (1.0, 2.0, 4326) を返します。
ST_PointFromWKB(0x0101000000000000000000f03f0000000000000040,4326)