0
votes
0answers
33 views

Error: Objects in this class cannot be edited outside an edit session

I'm simply trying to modify the Default Editing Widget ESRI sample to show my extent and service and am noticing the following error in Firebug when trying to add a point: ...
0
votes
1answer
53 views

Can one edit an ArcSDE Oracle spatial view?

By 'edit' I mean edit the geometry in the feature class, not any attributes in the joined table. Unversioned. I really had it in my head that you can, as long as the objectid column is included in ...
5
votes
1answer
64 views

Editing without clicking on a map - ESRI JS API

I'm looking to build a new application that allows staff to edit a service/layer. They will be inputting new survey benchmark data based on lat/long. All of the current samples I have seen on the ...
1
vote
0answers
403 views

How to edit an ArcGIS Server WFS-T service in uDig?

Now a straight forward workflow to do this is present in the below link. http://udig.refractions.net/files/docs/uDigWalkthrough2.pdf Point 3 of page 8 states to change to the ‘Edit Geometry’ tool ...
3
votes
1answer
797 views

Editing with ArcGIS Silveright

I am using the ArcGIS Silverlight API to edit data in an ArcSDE SQL Server geodatabase. I have been told that any editable feature classes must be registered as versioned in ArcCatalog before they ...