Re: Select shape file record based on LatLong

المشرف العام

Administrator
طاقم الإدارة
Re: Select shape file record based on LatLong

You want to have a look at the ShapeFile.GetShapeIndiciesIntersectingCircle method. This method will return a list of record indices intersecting a circle defined by a given centre point and radius.

كود:
List indices = new List();
myShapefi...			

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