GetShapeIndiciesIntersectingCircle - How to set the radius in meters

المشرف العام

Administrator
طاقم الإدارة
Hi guys.
I need to get all shape indicies from a point with X meters of radius.
I*#39;m using this, but it*#39;s not a precise result:

كود:
double radius = Math.Sqrt((pt1.X - pt2.X) * (pt1.X - pt2.X) + (pt1.Y - pt2.Y) * (pt1.Y - pt2.Y)) / 100;
List ind ...			

[url=http://easygis.net/forum/index.php?topic=2313.msg2902#msg2902]أكثر...[/url]
 
أعلى