Select to view content in your preferred language

Copy feature layer with it's polygons

699
4
01-12-2013 11:55 PM
Labels (1)
MadorToch
Deactivated User
Hello,

I am using ArcGIS Runtime SDK for WPF in my client side application and ArcGIS Server.
I would like to copy feature layer with it's polygons.
The action execution is triggered by the client.

How can I accomplish it ?

Thanks
0 Kudos
4 Replies
MichaelBranscomb
Esri Frequent Contributor
Hi,

Please can you provide some more detail on what you mean by copy?


Cheers

Mike
0 Kudos
MadorToch
Deactivated User
I have feature layer with few polygons.
After the duplicate progress I would like to have 2 endpoints of these feature layer with the polygons.

Before the duplicate:
http://myserver/myfeature

After the duplicate:
http://myserver/myfeature - stays as before
http://myserver/myfeature2 - duplicate of the source (myfeature)
0 Kudos
MichaelBranscomb
Esri Frequent Contributor
Hi,

What operations would you like to perform on the duplicate layer? (e.g. display, query, edit, etc)

Can you provide some more details on the workflow too?

Cheers

Mike
0 Kudos
MadorToch
Deactivated User
I would like to perform all of them (display, query, edit, etc)

I want to duplicate the source which used as a basic layer in order to make some changes on the duplicated ones that will be saved on them.
0 Kudos