Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
Well Known Binary (WKB) から曲線多角形を構成します。
NEW ST_CurvePolygon(wkb[, srid])
wkb
LONG BINARY
曲線多角形のバイナリ表現を含む文字列。入力には、Well Known Binary (WKB) や拡張 Well Know Binary (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)