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