Can anyone post a code sample that would allow editing of point data by moving existing (selected) point and moving it to user specified coordinates? The workflow would basically allow the user to "correct" the point location by specifying lat/long coordinates.
1. User selects point
2. User inputs Latitude and Longitude into text boxes
3. User clicks a submit button which permanently moves the point using the editor.
I've successfully done something similar by grabbing attributes from existing point layer, drawing a new graphic based on user defined Lat/Long, appending point attributes to graphic, and then execute a geoprocessing service creating a new layer. I'm hoping to streamline the workflow by just using the editor widget directly...
Thanks a bunch,
Ken