Hi Craig. I try the next query and it works great for me:<br><br>select ConvexHull(Collect(the_geom)) from tablename;<br><br>(Actually I had to make Multi(ConvexHull(Collect(the_geom))) cause the ConvexHull returns a 'POLYGON' and my geometry column was defined as 'MULTIPOLYGON' through constraint, so maybe you will need to do so).
<br><br>I hope it will work for you.<br><br>Rodrigo.<br><br><div><span class="gmail_quote">On 7/4/07, <b class="gmail_sendername">Craig Feuerherdt</b> <<a href="mailto:craigfeuerherdt@gmail.com">craigfeuerherdt@gmail.com
</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div>Michael,<br><br>I did try that however the resultant table does not contain a polygon.
<br><br>I added a small rectangle to the layer using uDig (through geoserver) and attempted the query again. A polygon was generated.
<br>I checked the layer using isclosed(geom) and it returned false. How do I determine where the the line is broken and then rectify the error?<br><span class="sg"><br>Craig<br><br> </span></div><div><span class="e" id="q_11393b750113b060_3">
<br><blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote">
On Wed, Jul 04, 2007 at 11:31:37AM +1000, Craig Feuerherdt wrote:<br>> I have a table that has 275 individual multilinestrings. The geometries have<br>> come from a variety of tables and represent a bounding area.<br>

> I wish to create a single polygon from them.<br><br>Have you tried something like this?<br><br>select buildarea(geomunion(geom)) from tablename;<br><br>--<br>Michael Fuhr</blockquote>
</span></div><br>_______________________________________________<br>postgis-users mailing list<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:postgis-users@postgis.refractions.net">postgis-users@postgis.refractions.net
</a><br><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://postgis.refractions.net/mailman/listinfo/postgis-users" target="_blank">http://postgis.refractions.net/mailman/listinfo/postgis-users</a><br><br>
</blockquote></div><br>