ST_BdPolyFromText — Construct a Polygon given an arbitrary collection of closed linestrings as a MultiLineString Well-Known text representation.
geometry ST_BdPolyFromText(text  WKT, integer  srid);
Construct a Polygon given an arbitrary collection of closed linestrings as a MultiLineString Well-Known text representation.
| ![[Note]](images/note.png) | |
| Throws an error if WKT is not a MULTILINESTRING. Throws an error if output is a MULTIPOLYGON; use ST_BdMPolyFromText in that case, or see ST_BuildArea() for a postgis-specific approach. | 
 This method implements the OpenGIS Simple Features
 Implementation Specification for SQL 1.1. s3.2.6.2
 This method implements the OpenGIS Simple Features
 Implementation Specification for SQL 1.1. s3.2.6.2
Availability: 1.1.0 - requires GEOS >= 2.1.0.