4
votes
2answers
97 views

How to join number of point features into attribute of nearest line segment

I have point shapefile with lot of attributes, that represent road accidents and line shapefile with highways. What i want is to join attribute into line shapefile with value, that represent number of ...
1
vote
1answer
383 views

create buffer around locator-derived point

I am trying to create a buffer around a point derived from a locator search, using this example: http://help.arcgis.com/en/webapi/javascript/arcgis/help/jssamples_start.htm ..but I am getting no ...
3
votes
2answers
804 views

ArcGIS 10: How to clip point buffer to features in another layer?

I'm on a steep learnig curve here, so aplogies if my question is a one-banana problem. In ArcGIS 10 I have a contour layer that was generated from an ESR ASCII raster file (batyhmetry of the South ...
1
vote
2answers
524 views

Error adding buffer to polyline in ArcMap 10

As the next step to what I did in this previous question, I would like to add a buffer to a polyline, with 5 meters on either side. I tried adding buffer to two versions of the line, one in ...