ESRI.ArcGIS.ADF.ArcGISServer.Editor | |
SelectFeature Class Members | |
See Also Properties Methods |
ESRI.ArcGIS.ADF.ArcGISServer.Editor.Tools Namespace : SelectFeature Class |
The following tables list the members exposed by SelectFeature.
Name | Description | |
---|---|---|
SelectFeature Constructor |
Name | Description | |
---|---|---|
ApplySnapping | Whether snapping should be applied to the input geometry. (Inherited from EditorServerToolAction) | |
DataSet | The IDataset instance for the dataset being edited. (Inherited from EditorServerActionBase) | |
Editor | The Editor instance containing this tool/command. (Inherited from EditorServerActionBase) | |
Features | A list of the IDs of the selected features. | |
FeatureSelectionMode | How features are to be selected. | |
Geometry | The geometry input for the tool. (Inherited from EditorServerToolAction) | |
IMap | The IMap instance for the service being edited. (Inherited from EditorServerActionBase) | |
IMapServer | The IMapServer instance for the service being edited. (Inherited from EditorServerActionBase) | |
LayerDescription | The LayerDescription instance for the feature layer being edited. (Inherited from EditorServerActionBase) | |
ServerContext | The IServerContext instance for the service being edited. (Inherited from EditorServerActionBase) | |
ToolEventArgs | The ToolEventArgs associated with the tool. (Inherited from EditorServerToolAction) |
Name | Description | |
---|---|---|
FeatureLayer | The IFeatureLayer instance for the feature layer being edited. (Inherited from EditorServerActionBase) | |
Resource | The MapResourceLocal associated with the resource being edited. (Inherited from EditorServerActionBase) |
Name | Description | |
---|---|---|
ServerAction | This method is called when an EditorTool is executed. It performs geometry conversion, snapping if set, and calls EditorServerAction. (Inherited from EditorServerToolAction) |
Name | Description | |
---|---|---|
AbortEditOperation | Overloaded. Aborts the current edit operation. (Inherited from EditorServerActionBase) | |
CreatePostToolExecuteEventArgs | Creates the EditorToolEventArgs passed to event handlers. (Inherited from EditorServerToolAction) | |
CreatePreToolExecuteEventArgs | Creates the PreToolExecuteEventArgs passed to event handlers. (Inherited from EditorServerToolAction) | |
EditorServerAction | Overridden. Server Action Implementation | |
HideAjaxActivityIndicator | Turns off the ajax activity indicator after a tool/command server action completes. (Inherited from EditorServerActionBase) | |
Init | Overridden. Initializes the SelectFeature tool. | |
Refresh | Overloaded. Refreshes the resource being edited, displayed feature vertices and the attribute editor feature highlight. (Inherited from EditorServerActionBase) | |
ReturnErrorMessage | Displays an error message in the browser based on the exception. (Inherited from EditorServerActionBase) | |
ReturnMessage | Displays a message in the browser. (Inherited from EditorServerActionBase) | |
StartEditOperation | Starts an edit operation. (Inherited from EditorServerActionBase) | |
StopEditOperation | Stops the current edit operation. (Inherited from EditorServerActionBase) | |
UpdateAttributeEditor | Updates the selected features displayed in the attribute editor panel. This should be called if the tool or command changes the selection set. (Inherited from EditorServerActionBase) | |
UpdateEditStatus | Shows/Hides the unsaved edits banner on the editor task as appropriate. (Inherited from EditorServerActionBase) |