Package com.esri.adf.web.ags.data.edit.action

Provides the implementations for all available editing operations.

See:
          Description

Class Summary
AddFeature creates a new Feature on the context layer.
AddVertex Inserts a vertex on the selected features within the search tolerance.
CopyFeature Duplicates the selected features at the given position.
MergeFeatures Merges the selected features to a new Feature.
MoveFeature Move the selected features to the given position.
MoveVertex Changes the shape of a feature by moving a vertex.
RemoveFeature Removes the selected features.
RemoveVertex Removes the selected vertex.
SelectByExtent Selects features in the given bounds.
SplitLineFeature Splits a selected line feature to two new features.
SplitPolygonFeature Splits a selected polygon feature to new features.
UpdateAttribute Updates the given attribute.
 

Package com.esri.adf.web.ags.data.edit.action Description

Provides the implementations for all available editing operations. The classes in this package implement EditAction.

See Also:
EditAction