Hi everbody, I have a dataset contains polygon in a geodatabase, some of a shape of a circle like this:

and some squard like this:

Do you guys know a method, that can identify, what kind of shape the polygons are? I tried count the number of vertex's, which indicate a bit the shape (a high number of vertex indicate a circle - but not always).