Is it possible to automatically create a polygon of a specific size without doing it interactively ? In other words, I'd like the user to click on the map, and have a single polygon of a specific size created as a single-click operation, centered on where they click. We would like to do this with a couple of different polygon layers. Each layer would have a specific size. For example, one layer would consist of polygons that are 10'x10'. A different layer might consist of 3'x3' polygons.
Are there tools in ArcToolbox that could be used to do this ? If so, we could probably create a model or python script tool.
The polygons would not be contiguous, so fishnet might not work for this.