ESRI.ArcGIS.ADF.ArcGISServer.Editor
ESRI.ArcGIS.ADF.ArcGISServer.Editor.Tools Namespace
See Also  Inheritance Hierarchy

Classes

 ClassDescription
ClassAddVertex Adds a vertex to the selected features that are within the selection tolerance of the input point.
ClassClearSelection Unselects any selected features of the current edit layer.
ClassCopyFeature Server Editor tool for copy features
ClassCreateFeature Server Editor tool for Create Feature
ClassDeleteFeature Server Editor Tool for Delete Feature
ClassDeleteVertex 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.
ClassEditorCommand Base class for commands used with the Editor task.
ClassEditorCommandEventArgs Provides data for EditorCommand related events.
ClassEditorServerActionBase Server Editor tool base class - Provides access to commonly used objects of editor tools Editor tools/commands derive from this and implement ServerActionImpl
ClassEditorServerCommandAction The base class for implementing server side functionality for EditorCommand classes.
ClassEditorServerToolAction The base class for implementing server side functionality for EditorTool classes.
ClassEditorTool Base class for tools used with the Editor task.
ClassEditorToolbar A toolbar for use with the EditorTask.
ClassEditorToolEventArgs Provides data for EditorTool related events.
ClassMergeFeature Server Editor Tool to Merge Features
ClassMoveFeature Server Editor tool for moving features.
ClassMoveVertex 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.
ClassPreCommandExecuteEventArgs Provides data for the event that is raised when an EditorCommand's server action is about to execute.
ClassPreToolExecuteEventArgs Provides data for the event that is raised when an EditorTool's server action is about to execute.
ClassSelectFeature Server Editor tool for selecting features.
ClassSetEditState Server Editor Tool for Setting Edit State
ClassShowVertex Displays vertices for the selected features of the current edit layer.
ClassSplitFeature 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.
ClassToolbarItemEventArgs Provides data for Editor toolbar item related events.
ClassToolsCreatedEventArgs Provides data for the event that is raised when Editor toolbars are created and populated with toolbar items.

Interfaces

 InterfaceDescription
InterfaceIEditorToolbarItem Defines methods and properties of Editor tools and commands.

Delegates

 DelegateDescription
DelegatePostCommandExecuteEventHandler Represents the method that handles the event that is raised after a command's server action execution.
DelegatePostToolExecuteEventHandler Represents the method that handles the event that is raised after a toolbar item's server action execution.
DelegatePreCommandExecuteEventHandler Represents the method that handles the event that is raised prior to executing a command's server action.
DelegatePreToolExecuteEventHandler Represents the method that handles the event that is raised prior to a executing a tool's server action.
DelegateToolsCreatedEventHandler Represents the method that handles the event that is raised when Editor toolbars are created.

Enumerations

 EnumerationDescription
EnumerationToolGeometry Indicates the types of features an editor tool or command can operate on

See Also

© 2010 All Rights Reserved.