On Thu, Jun 21, 2012 at 11:03:27AM +0200, Ed Linde wrote:
> Also is there an easy way to count the total number of points that are in a
> linestring? Cannot find the function to do so.

ST_NumPoints (OGC, only works with linestring), ST_npoints (postgis extension,
works with any type)

--strk;

 Sent from our free software
 http://www.gnu.org/philosophy/free-sw.html
_______________________________________________
postgis-users mailing list
postgis-users@postgis.refractions.net
http://postgis.refractions.net/mailman/listinfo/postgis-users

Reply via email to