« Return to Thread: Points from Polygon

Re: Points from Polygon

by Maxime van Noppen :: Rate this Message:

Reply to Author | View in Thread

On 07/05/09 10:49, tommy408 wrote:
> thank you Mike and Kevin

There is another solution (that I use) to iterate over the points of a
Polygon. Via the ST_ExteriorRing function one can get the LineString of
the exterior ring and therefore use ST_PointN.

--
yabo
_______________________________________________
postgis-users mailing list
postgis-users@...
http://postgis.refractions.net/mailman/listinfo/postgis-users

 « Return to Thread: Points from Polygon