Hi friends: i have some feature class(7 feature classes) and I want to batch buffer in ArcGIS 10 . I don't know how can I buffer at once. Please help me.
sincerely
Hi friends: i have some feature class(7 feature classes) and I want to batch buffer in ArcGIS 10 . I don't know how can I buffer at once. Please help me. sincerely |
|||||
|
To buffer several features, you need to use some control structure. A technique I have found very useful is to store all of the shapefiles you are using in one folder, then loop through everything that is a shapefile. I do this using the
(See ArcGIS help here for more details) I'm using an awkward way of naming the buffered file here ( |
|||||
|
As someone else already pointed out, you can use the Batch option by right-clicking the tool in Toolbox. Otherwise, it's hard to know how best to batch it without knowing more about the feature classes and their locations (are they all in the same workspace? are they the only feature classes in that workspace?) and the type of buffers you want to create (e.g. will they all have the same distance) These things all go into, for instance, whether you're better off just typing in the name of a few feature classes into a list or if you should be using something like Something as simple as:
would likely take care of it... |
||||
|
To batch buffer in ArcMap 10 you can use the built in tools. Just browse to Buffer in ArcToolbox (Analysis Tools < Proximity < Buffer), right-click the buffer tool and select batch. |
|||
|
Sorry, I couldn't edit my comment properly; this is how I would go
I hope that helps. You will have to thread if you want to do it all at the same time. |
|||
|
Here is the ESRI Buffer/ArcPy link. Here you will find some general code examples. |
|||||||||||||||||||||
|
The |
|||
|