Yes,<br><br>select the_geom<br>from mgm2000<br>where area(the_geom) in <br>(<br> select max(area(the_geom))<br> from mgm2000<br>)<br><br>where mgm2000 is a polygon table..., and the_geom is the geometry column<br><br>-- see U
<br><br>Carlos Eucario<br><br><div><span class="gmail_quote">2006/7/11, Arnaud Lesauvage <<a href="mailto:thewild@freesurf.fr">thewild@freesurf.fr</a>>:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi List !<br><br>Is there a simple way to get the largest polygon (largest area) of<br>a multipolygon geometry, just with an SQL query ?<br><br>If not, I can write a simple perl function to do that, but if this<br>function already existed that would be better.
<br><br>Thanks !<br><br>--<br>Aranud<br><br>_______________________________________________<br>postgis-users mailing list<br><a href="mailto:postgis-users@postgis.refractions.net">postgis-users@postgis.refractions.net</a>
<br><a href="http://postgis.refractions.net/mailman/listinfo/postgis-users">http://postgis.refractions.net/mailman/listinfo/postgis-users</a><br></blockquote></div><br><br clear="all"><br>-- <br><br><br>Carlos Eucario