[postgis-users] Function of lesser distance
Nicolas Ribot
nicky666 at gmail.com
Wed Jan 11 06:54:41 PST 2006
Have a look at the distance(geom, geom) function.
I you defined spatial index on the table(s) containing relevant data,
don't forget to use the "&&" operator in your where clause to force
index usage.
Nicolas
On 1/11/06, sergio at labtrans.ufsc.br <sergio at labtrans.ufsc.br> wrote:
> I am looking a function that can finds the line next to one determined
> point, being that the type of the line is MULTILINESTRING and the point
> is POINT
>
> Grateful
> Sergio Zarth Jr
>
> _______________________________________________
> 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