Re: Get roads close to an endpoint (distance given in meters)
The GetClosestShape function takes 2 parameters.
public int GetClosestShape(PointD centre, double radius)
centre - the centre point to search
radius - the radius of the search distance in the shapefiles's coordinates system.
If your shapefile is...
أكثر...
The GetClosestShape function takes 2 parameters.
public int GetClosestShape(PointD centre, double radius)
centre - the centre point to search
radius - the radius of the search distance in the shapefiles's coordinates system.
If your shapefile is...
أكثر...