Select to view content in your preferred language

Clip to Buffer

585
1
06-26-2011 05:19 PM
BarbaraGonzalez
New Contributor
Hello,

I recently started using the ArcGIS API for Silverlight a few weeks ago and up to what I have seen I love the way it integrates with the .NET framework and how many great things we can do with it. However I recently ran into an issue that I do not know how to solve.

I have a map that contains some graphic layers as a result of different queries for a buffer. I was able to display the things I wanted given the buffer and the query parameters. However, now I need to clip the features in my graphic layers for the buffer. I mean, nothing outside the buffer should show. I have no idea how to do this and I would greatly appreciate if somebody could point me in the right direction. Thanks in advance.
0 Kudos
1 Reply
DominiqueBroux
Esri Frequent Contributor
You can use a Geoprocessing service to clip the features.

The closest existing sample is this one : http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#ClipFeatures
0 Kudos