Hello ThinkGeo,
Right now, I'm Drawing 100 EllipseShape() using InMemoryFeature Overlay and how do I add my own custom text on inside or closeby on each ellipseShape??
I'm here with attaching output with text drawn with White pen on each shape... Here with attaching screenshot.
Any example highly appreciated.
PointShape ptCenter = new PointShape(centerX, centerY);
circleShape = new EllipseShape(ptCenter, dRadius);
Feature featShape = new Feature(circleShape);