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) 6.1.9
以下示例返回点 (1.0, 2.0, 4326)。
ST_PointFromWKB(0x0101000000000000000000f03f0000000000000040,4326)