3

I haven't quite found a solution for buffering selected line segments of a road network without extporting the selected line segments to a new file and then buffering. I want to avoid creating a bunch of new datasets for this task. Either environment will do (ArcGIS application or Python). Any suggestions?

asked Dec 19, 2011 at 21:21
4
  • 3
    If you run the Buffer geoprocessing tool from ArcMap on the layer with the selection, does it give the desired results? Most geoprocessing tools operate on the selected set by default, if present. Commented Dec 19, 2011 at 21:36
  • Excellent, It worked. Never knew that such functionality was available. Thanks for chiming in. Commented Dec 19, 2011 at 21:45
  • @dchaboya, on a side note, it would be great if you marked "accept" in your previously asked questions when you get an answer that works for you... Commented Dec 19, 2011 at 22:04
  • Doh! I'm still trying to get a hang of this site. Thanks for the info. Commented Dec 19, 2011 at 22:10

1 Answer 1

4

Run the Buffer geoprocessing tool from ArcMap on the layer with the selection. Most geoprocessing tools operate on the selected set by default, if present.

answered Dec 19, 2011 at 22:30

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.