<div dir="ltr">Hi,<div><br></div><div>You should try st_makePolygon, or st_buildArea depending on the result you want (keeping holes or removing them).</div><div><br></div><div>Nicolas</div><div><br></div></div><div class="gmail_extra">

<br><br><div class="gmail_quote">On 27 January 2014 13:32, Tom McCallum <span dir="ltr"><<a href="mailto:termcc@googlemail.com" target="_blank">termcc@googlemail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Hello all,<br>
<br>
I am trying to get the boundary of a geometry(polygon) field in postgis (multiple polygons in this field).  I have this so far:<br>
<br>
ST_BOUNDARY(ST_COLLECT(wkb_<u></u>geometry))<br>
<br>
which outputs MultilineString.  I need to convert this to a polygon.  I have tried all sorts of things from ST_DUMP to converting to text and then trying ST_BdPolyFromText but got nothing to work so far.  ST_Convexhull gives me a polygon but unfortunately its not what I want.<br>


<br>
Could someone let me know what I should be calling.<br>
<br>
Thanks<br>
<br>
Tom<br>
______________________________<u></u>_________________<br>
postgis-users mailing list<br>
<a href="mailto:postgis-users@lists.osgeo.org" target="_blank">postgis-users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users" target="_blank">http://lists.osgeo.org/cgi-<u></u>bin/mailman/listinfo/postgis-<u></u>users</a><br>
</blockquote></div><br></div>