Hi
For each polygon I need to find the nearest polygon. I used 
ST_Distance(geometry, geometry)
I succesfully did it but I want to make sure to interpret the result 
correctly
Does A distance of 0 mean that the polygons touch each other or it means 
that their bounding box touch each other?
What does a distance of 100 mean?. Is it the shortest distance between the 
2 polygons or the distance between some random point on the polygon or on 
the surface?

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

Reply via email to