| Class | Description |
| AddVertex |
Adds a vertex to the selected features that are within the selection tolerance of the input point.
|
| ClearSelection |
Unselects any selected features of the current edit layer.
|
| CopyFeature |
Server Editor tool for copy features
|
| CreateFeature |
Server Editor tool for Create Feature
|
| DeleteFeature |
Server Editor Tool for Delete Feature
|
| DeleteVertex |
This tool operates on the selected features of the current
edit layer. For each feature that has at least one vertex
within the search tolerance of the digitized point, the
closest vertex to that point will be deleted.
|
| EditorCommand |
Base class for commands used with the Editor task.
|
| EditorCommandEventArgs |
Provides data for EditorCommand related events.
|
| EditorServerActionBase |
Server Editor tool base class - Provides access to commonly used objects of editor tools
Editor tools/commands derive from this and implement ServerActionImpl
|
| EditorServerCommandAction |
The base class for implementing server side functionality for EditorCommand classes.
|
| EditorServerToolAction |
The base class for implementing server side functionality for EditorTool classes.
|
| EditorTool |
Base class for tools used with the Editor task.
|
| EditorToolbar |
A toolbar for use with the EditorTask.
|
| EditorToolEventArgs |
Provides data for EditorTool related events.
|
| MergeFeature |
Server Editor Tool to Merge Features
|
| MoveFeature |
Server Editor tool for moving features.
|
| MoveVertex |
Moves a vertex on the selected features that are within the search tolerance of the begin point of the line digitized on the map.
Snapping is not applied to the digitized line clicked on the map,
however, snapping is applied to the vertex after it has been moved.
|
| PreCommandExecuteEventArgs |
Provides data for the event that is raised when an EditorCommand's server action is about to execute.
|
| PreToolExecuteEventArgs |
Provides data for the event that is raised when an EditorTool's server action is about to execute.
|
| SelectFeature |
Server Editor tool for selecting features.
|
| SetEditState |
Server Editor Tool for Setting Edit State
|
| ShowVertex |
Displays vertices for the selected features of the current edit layer.
|
| SplitFeature |
This tool operates on the selected features of the current edit layer.
If the layer's shape type is polyline, then the input geometry is of
type point and any selected line within the search tolerance of the input line will be
split at the nearest point to the input point.
If the layer's shape type is polygon, then the input geometry is of type polyline and any
selected polygon that the input polyline crosses will be split along the input polyline.
|
| ToolbarItemEventArgs |
Provides data for Editor toolbar item related events.
|
| ToolsCreatedEventArgs |
Provides data for the event that is raised when Editor toolbars are created and populated with toolbar items.
|