I need to find a point that is a visual center of an irregularly shaped polygon. By visual center, I mean a point that appears to be in the center of a large area of the polygon visually. The application is to put a label inside the polygon.
Here is a solution that uses inside buffering:
http://proceedings.esri.com/library/userconf/proc01/professional/papers/pap388/p388.htm
If this is to be used, what is an effective and fast way to find the buffer? If any other way is to be used, which is that way?
A good example of really tough polygons is a giant thick U (written in Arial Black or Impact or some such font).
Thanks, M