Select to view content in your preferred language

how to draw ellipse in specific height, width and start point on the map?

3201
1
08-15-2011 01:12 PM
DeminHu
Deactivated User
I need to draw  a collection of ellipse with different width, height , but the same start point and angles on the map, then use the difference between 2 ellipses  to  do spatial query.

Any help willbe appreciated.
0 Kudos
1 Reply
JenniferNery
Esri Regular Contributor
Have you looked at this sample? http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#DrawGraphics Draw is meant to be interactive. You can scale the geometry using Editor.EditVertices or EditGeometry and set MaintainAspectRatio=True. http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#EditToolsGeometry.
0 Kudos