Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
ST_BuildArea (A: Geometry)
SELECT ST_BuildArea( ST_GeomFromWKT('MULTILINESTRING((0 0, 20 0, 20 20, 0 20, 0 0),(2 2, 18 2, 18 18, 2 18, 2 2))') ) AS geom
+----------------------------------------------------------------------------+ |geom | +----------------------------------------------------------------------------+ |POLYGON((0 0,0 20,20 20,20 0,0 0),(2 2,18 2,18 18,2 18,2 2)) | +----------------------------------------------------------------------------+
Was this page helpful?