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