Set Tolerance in Postgis

المشرف العام

Administrator
طاقم الإدارة
is there anyway to set tolerance in Postgis, in Arcgis tolerance is the minimum distance which could separate two points, if the distance between them is smaller than the tolerance so the points are considered overlapped. i need to set this parameter because i get some weird results using functions like ST_Intersects, ST_equals, ST_difference. in this conditions i check intersecting points by ST_Distance(p1 , p2) < tolerance but i would like to get a more robust and general solution.



أكثر...
 
أعلى