3

I am creating a model in ArcMap 10 and I need to use the Buffer Wizard tool to create multiple buffers within a polygon feature class. The problem is, I can't seem to place the Buffer Wizard within my model. I can place the Buffer or Multiple Ring Buffer command into my model, but they don't automatically populate a FromBufferDistance or ToBufferDistance value for each ring like the Buffer Wizard does. I need these values for a field calculator equation later in the model. I may be able to get by with just using the Multiple Ring Buffer tool, but it would be much more efficient to use the Buffer Wizard.

If I am unable to include the buffer wizard in my model, is there a way to run it in a script? This seems unlikely, but worth a try.

PolyGeo
65.5k29 gold badges115 silver badges349 bronze badges
asked Nov 23, 2010 at 23:40
1
  • If you are prepared to dive in to Python, you could export the modelbuilder as a python script and then use a loop to make as many buffers as you want. Not an answer to your question, but it would be a useful direction to try out if you have time. Commented Nov 24, 2010 at 21:28

2 Answers 2

6

The Buffer Wizard (and other wizards like the GeoStatistical Wizard) is a UI functionality.

There is no scripting/programming API for it in any version of ArcGIS 9.x or 10.x, and since it is not a geoprocessing tool so it cannot be used in ModelBuilder.

PolyGeo
65.5k29 gold badges115 silver badges349 bronze badges
answered Nov 23, 2010 at 23:57
0
5

You could try using an iterator in ModelBuilder for buffering multiple distances.

alt text

http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00400000001n000000.htm

PolyGeo
65.5k29 gold badges115 silver badges349 bronze badges
answered Nov 24, 2010 at 3:47

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.