In Our application, the shapes are drawn/edited on the client side to help improve the performance. On the serverside when I access the drawn shapes from the EditOverLay layer only 3 shape types are being recognized –
Point
Line
Polygon
I was wondering if there is a way to recognize the actual shapes drawn by the user.
For Eg:
- If the user draws a Rectangle, Ellipse or a Square. Is there a way to get the Shape information from EditOverLay or any other layer??
- If the shape is edited on the client side, is there a way to get the information that the shape got edited and what category the shape currently belongs to?
The shapes - Circle, Rectangle, Ellipse, Polygon or any edited shapes currently fall into the Polygon category. I am looking for a way to differentiate these shapes.
Any assistance in this matter is truly appreciated..