Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
根据 WKB 构造曲线多边形。
NEW ST_CurvePolygon(wkb[, srid])
wkb
LONG BINARY
包含曲线多边形二进制表示的字符串。输入格式可以是任何支持的二进制输入格式,包括 WKB 或 EWKB。
srid
INT
结果的 SRID。如果未指定,缺省值是 0。
根据二进制字符串表示构造曲线多边形。数据库服务器通过检查提供的字符串确定输入格式。
SQL/MM (ISO/IEC 13249-3: 2006) 8.2.2
以下示例返回 CurvePolygon (CircularString (0 0, 10 0, 10 10, 0 10, 0 0))
SELECT NEW ST_CurvePolygon(0x010a000000010000000108000000050000000000000000000000000000000000000000000000000024400000000000000000000000000000244000000000000024400000000000000000000000000000244000000000000000000000000000000000)