Re: [postgis-users] Points on a straight line

2008-12-10 Thread Fred Lehodey
Hi Abhi, ST_DWithin(); Example: SELECT p.* FROM yourPoints AS p, yourLine AS l WHERE ST_DWithin(p.the_geom,l.the_geom,yourTolerance) Fred On Wed, Dec 10, 2008 at 1:26 PM, Abhi <[EMAIL PROTECTED]> wrote: > If I have a set of Point objects, is there a way I can filter out the > Points from thi

[postgis-users] Points on a straight line

2008-12-10 Thread Abhi
If I have a set of Point objects, is there a way I can filter out the Points from this set that lie on a straight line within a certain amount of tolerance? -- Cheers, Abhi ___ postgis-users mailing list postgis-users@postgis.refractions.net http://post