public class Update extends OperationBase
Modifier and Type | Method and Description |
---|---|
static boolean |
assertLoaded()
Check that the esri.dijit.editing.editOperation has been loaded
|
static Update |
create(FeatureLayer featureLayer,
Graphic[] postUpdatedGraphics,
Graphic[] preUpdatedGraphics)
Create a new Update operation.
|
create, create, getLabel, getType, performRedo, performUndo, setLabel, setRedoAction, setType, setUndoAction
public static Update create(FeatureLayer featureLayer, Graphic[] postUpdatedGraphics, Graphic[] preUpdatedGraphics)
featureLayer
- - The feature layer that contains the updated feature(s).postUpdatedGraphics
- - The feature layer that contains the updated feature(s).preUpdatedGraphics
- - The feature(s) prior to the update.public static boolean assertLoaded()