I would like to create a centroid of a polygon (type geometry) such that the centroid falls inside of the polygon
I have tried with function shape.STCentroid() which is creating the centroid but for my shape/polygon the centroid is falling outside of the polygon
Spatial result centroid is falling outside of the polygon as polygon is a '<' shaped polygon and centroid looks like '<.'