I want to find how many of Polygon B can fit into Polygon A. I have a database of water bodies in the US as polygons of various unique shapes, 'Polygon A'. I have another layer with 'Polygon B' which is a circle.
Does ArcGIS have a tool to calculate how many times I could fill Polygon B into Polygon A? I would need there to be no overlap of Polygon B with itself and for there to be only complete Polygon B's within Polygon A (no half circles). A sample of the desired results in shown in the image below. Each circle is an individual object to quickly record how many objects fit in the waterbody polygon.
Right now, I have a process that utilizes the Intersect Analysis tool however, I am hoping there is a tool that would Fill all water body polygons with the maximum number of Polygon B. Polygon B is a simple circle and can be converted into a different layer type (polyline etc) if needed.
