I have a Feature Class with Polygons to show areas, which fit to different characteristics I chose. In this case the Polygons show a combination of a landcover classification and the slope of the terrain. The goal is to find possible landing spots for helicopters. I extracted the areas with no forest oder any other obstacles out of the landcover classification and the areas with a maximum slope of 8° out oft he terrain model.
This leads to the polygons where helicopters can land, but one characteristic is missing: the area, a helicopter needs to land.
To use the shape_area isn’t an option, because it does not validate the shape of the area.
How can i find cirlces with a diameter of 22m, that are completely contained inside of the described polygons?
I tried the Feature to Point Tool and buffered the Points with 11m. But there is only one point per Polygon and i need to find circles of 22m diameter anywhere inside the Polygons and not only around the center.
Thanks for your help,
cheers