Shifting point position by dragging

2495
4
Jump to solution
04-08-2016 05:40 AM
RalphElsaesser
New Contributor

Hi community,

I am new to ArcGIS Runtime SDK coming from ArcObjects. I am thinking of using the Runtime SDK for a simple map add-in to enrich an existing information system. I have an Oracle Database with locations and attributes (but no Oracle spatial or Geodatabase). I'd like to read the table and create markers on the map. The user then should be enabled to shift the markers to new locations and save the new coordinates back to the datatable. I know how to create the markers in a graphicsLayer and zoom to the locations. I know how to move a marker programmatically. I know how I can let the user select a marker. And I know how to write the coords back. But:

(1) I don't know whether the graphicsLayer is the best solution.

(2) I don't know how to give 'SHIFT POINT' functionality to the user.

Any help, code snippet or helpful link?

Thanks, Ralph

Bu

Tags (1)
0 Kudos
1 Solution
4 Replies
AnttiKajanus1
Occasional Contributor III

Hi,

Have you looked guide documentation that talks about the workflows and shows examples how to do the editing?

https://developers.arcgis.com/net/desktop/guide/editing.htm

0 Kudos
RalphElsaesser
New Contributor

Yes I have. But this is all about FeatureLayer and Services etc. I need a solution like the EventLayer used to be for ArcGIS Desktop. This might work with a graphicLayer but what I can't find is a method which allows interactive shifting.

0 Kudos
RalphElsaesser
New Contributor

Exactly what I needed! Perfect!

Ralph

0 Kudos