I would like to create a square buffer from a point feature. I do not understand the code that gos into it. This similar questions as asked on the forums.esri website but that was over 10 years ago. It did not work when I tried the code. If someone could help I would greatly appreciate it. Thank you.
|
|
Try these steps with ArcMap 10:
For a Python solution: Using SearchCursor and InsertCursor to create square buffers
|
||||
|
A possible solution would be to create your "normal" round buffers using the standard ESRI buffer tool with whatever radius you would like and then performing a Feature Envelope To Polygon on that resulting feature class of buffers. This creates a square envelope feature around the extent of each feature. Feature Envelope to Polygon is located within Data Management>Features. The model builder model would look similar to:
|
|||||||
|
|
Assuming you're using ArcObjects (please use the tags to specify the language and API you're using), you could use
|
|||||||
|


