Constructs a multi surface from Well Known Binary (WKB).
NEW ST_MultiSurface(wkb[, srid])
Name | Type | Description |
---|---|---|
wkb |
LONG BINARY |
A string containing the binary representation of an multi surface. The input can be in any supported binary input format, including Well Known Binary (WKB) or Extended Well Known Binary (EWKB). |
srid |
INT |
The SRID of the result. If not specified, the default is 0. |
Constructs a multi surface from a binary string representation. The database server determines the input format by inspecting the provided string.
SQL/MM (ISO/IEC 13249-3: 2006) 9.5.2
The following returns MultiSurface (CurvePolygon (CircularString (0 0, 10 0, 10 10, 0 10, 0 0))).
SELECT NEW ST_MultiSurface(0x010c00000001000000010a000000010000000108000000050000000000000000000000000000000000000000000000000024400000000000000000000000000000244000000000000024400000000000000000000000000000244000000000000000000000000000000000) |
![]() |
Discuss this page in DocCommentXchange.
|
Copyright © 2012, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.1 |