Select to view content in your preferred language

export layer as shapefile

1345
2
12-20-2012 09:55 PM
TamarMakatsaria
Emerging Contributor
hi,

I'm struggling with the following problem:

I'm writing a web-application in Silverlight where client chooses a basemap and then adds some graphic layers on it(creates new layers).
Thus, the client creates a custom map.
What I want to do is that I want to save/export this custom map so that I could open it in ArcGIS and use the layers of it.

Is there any options to export the map layer as a shapefile or export the whole map as .mxd so it can be opened in Arcmap?

Thanks in advance,
Tamar
0 Kudos
2 Replies
DominiqueBroux
Esri Frequent Contributor
There is nothing at client side allowing to export a graphicslayer to a shapefile.
Nevertheless you should be able to do it at server side by using a geoprocessing tool.

This thread might help.
0 Kudos
TamarMakatsaria
Emerging Contributor
Thank you very much, Dominique,

I will probably use Extract Data Task tool and make a geoprocessing service.
0 Kudos