ST_BdMPolyFromText — Return a specified ST_MultiPolygon value.
geometry ST_BdMPolyFromText(
varchar WKT, integer
SRID)
;
Construct a MultiPolygon given an arbitrary collection of closed linestrings as a MultiLineString text representation. An INTEGER value srid is required as input parameter.
If the incoming geometry is not a LINESTRING throws an error.
If the Multilinestring is not closed, returns NULL.
2D | 3D | M |
---|---|---|
OGC SFS for SQL. 1.1 (1999) | OGC SFS for SQL. 1.1.0 (2005) | OGC SFS for SQL. 1.2.0 (2006) | SQL-MM Part 3 |
---|---|---|---|
3.2.6.2 | 7.2.6.1 | - | 9.6.7 |