ESRI.ArcGIS.ADF.ArcGISServer.Editor | |
ESRI.ArcGIS.ADF.ArcGISServer.Editor Namespace | |
See Also Inheritance Hierarchy |
Class | Description | |
---|---|---|
AddPointPanel | An EditorPanel for entering X and Y coordinates explicitly. | |
AttributeDisplay | Specifies how attributes are displayed. | |
AttributeDisplayInfo | Specifies how attributes are displayed for a feature layer. | |
AttributeDisplayInfoCollection | A collection of AttributeDisplayInfo objects. | |
AttributeDisplayOverride | Specifies how a single attribute is displayed. | |
AttributeDisplayOverrideCollection | A collection of AttributeDisplayOverride objects. | |
AttributeEditEventArgs | Provides data for attribute editing related events. | |
CreateFeaturePanel | An EditorPanel that provides the ability to create new features. | |
EditAttributesPanel | An EditorPanel that provides the ability to edit feature attributes. | |
EditExistingFeaturePanel | An EditorPanel that provides the ability to edit the geometry of existing features. | |
Editor | The ArcGIS Web ADF editor class. | |
EditorPanel | Base class for EditorPanels hosted by the EditorTask. | |
EditorPanelCollection | A static collection of EditorPanel objects. | |
EditorPanelsCreatedEventArgs | Provides data for the event that is raised when the set of EditorPanels is created. | |
EditorSettingsPanel | An EditorPanel that provides the ability to modify or view editor settings. | |
EditorTask | The EditorTask control provides a suite of tools for Web-based editing of feature layers in ArcGIS Server map services. The runtime dialog provides tools to modify, add, and remove feature geometry and attributes. The EditorTask can also be customized and extended to filter attributes, manage tools, handle events during the editing process, and manage panels. | |
EditorTaskWebConfigurator | Configurator for the EditorTask task. | |
EditorUtilities | Utility methods useful for working with the Editor. | |
PostAttributeEditEventArgs | Provides data for the event that is raised when a feature's attribute has been edited. | |
PreAttributeEditEventArgs | Provides data for the event that is raised when a feature's attribute is about to be edited. | |
ResCategoryAttribute | Implements the DescriptionAttribute except that the parameter is a resource name. | |
ResDefaultValueAttribute | Implements the DescriptionAttribute except that the parameter is a resource name. | |
ResDescriptionAttribute | Implements the DescriptionAttribute except that the parameter is a resource name. | |
SelectionPanel | An EditorPanel containing options related to feature selection. | |
SetVersionEventArgs | Provides data for the event that is raised when the edit version is selected. | |
SnapLayerSetting | Specifies how snapping is applied to a given layer. | |
SnappingPanel | An EditorPanel containing options related to snapping. | |
StringList | A list of strings. | |
TooledEditorPanel | An EditorPanel that contains a collection of Toolbar objects. | |
VersionIDPanel | An EditorPanel for selecting the version to edit. |
Delegate | Description | |
---|---|---|
Editor.LayerChangedHandler | Delegate to handle contents changed events in the controls. | |
EditorPanelsCreatedEventHandler | Represents the method that handles the event that is raised when EditorPanel objects are created. | |
PostAttributeEditEventHandler | Represents the method that handles the event that is raised after a feature's attribute has been edited. | |
PreAttributeEditEventHandler | Represents the method that handles the event that is raised prior to editing a feature attribute. | |
SetVersionEventHandler | Represents the method that handles the event that is raised after the version to edit is selected. |
Enumeration | Description | |
---|---|---|
AttributeDisplayMode | Defines constants that describe how attributes are to be displayed. | |
ConflictLevel | Indicates how conflicts are defined. | |
ConflictResolution | Indicates how conflicts are to be resolved. | |
FeatureSelectionMode | Defines constants that describe how features are to be selected. | |
SnapType | Snapping types. |