Select to view content in your preferred language

Remove Unwanted Vertices

3886
1
07-26-2010 05:39 AM
LakshmananVenkatesan
Frequent Contributor
Hello All

I want to remove unwanted (Overlapping or vertices on same line) vertices from the graphics polygon using SliverLight API. Can any one provide me best method to do it?. Attached is polygon. I want to remove the vertices B,C, F, G

I need to do this same for irregular polygon as well.

Regards
SR
0 Kudos
1 Reply
DominiqueBroux
Esri Frequent Contributor
With 10, the geometry service has a new utility method called 'Generalize'.
It shoud do the job you are expecting.

See sample here : http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#Generalize
0 Kudos