Select to view content in your preferred language

how to programmatically create ellipse polygon geometries

1248
1
07-27-2012 05:46 AM
martinschmoll
Deactivated User
Is there a way that I can programmatically create ellipse polygon geometries on the client?  Can esri.toolbar.Draw (Constant: ELLIPSE) be used for this?

Or should I publish a GP service that uses the 'Table to Ellipse' tool?
0 Kudos
1 Reply
RahulMetangale1
Frequent Contributor
you can use dojo.gfx to create ellipse:
http://dojotoolkit.org/documentation/tutorials/1.6/gfx/
0 Kudos