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'. Does ArcGIS have a tool to calculate how many times I could fill Polygon B into each waterbody polygon without Polygon B overlapping with itself?
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.