[postgis-users] converting multipolygon to polygon

Paul Ramsey pramsey at opengeo.org
Fri Nov 13 12:15:30 PST 2009


If your multi's only have one member, then

st_geometryn(geom, 1)

will do it.

Otherwise, explore st_dump()

P.

On Fri, Nov 13, 2009 at 12:13 PM, Ahmet Temiz <temiz at deprem.gov.tr> wrote:
> hello
>
> I was wondering how I could convert multipolygon
> to polygon geometries
>
>
> regards
>
> Ahmet Temiz
> --
> Open WebMail Project (http://openwebmail.org)
>
>
> --
> This message has been scanned for viruses and
> dangerous content by MailScanner, and is
> believed to be clean.
>
> _______________________________________________
> postgis-users mailing list
> postgis-users at postgis.refractions.net
> http://postgis.refractions.net/mailman/listinfo/postgis-users
>



More information about the postgis-users mailing list