The following tables list the members exposed by Editor.
Name | Description | |
---|---|---|
Editor Constructor |
Name | Description | |
---|---|---|
AutoCompleteProperty | Identifies the AutoComplete dependency property. | |
AutoSelectProperty | Identifies the AutoSelect dependency property. | |
ContinuousModeProperty | Identifies the ContinuousMode dependency property. | |
EditVerticesEnabledProperty | Identifies the EditVerticesEnabled dependency property. | |
FreehandProperty | Identifies the Freehand dependency property. | |
GeometryServiceCredentialsProperty | Identifies the GeometryServiceCredentials dependency property. | |
GeometryServiceUrlProperty | Identifies the GeometryServiceUrl dependency property. | |
IsTouchMagnifierEnabledProperty | Identifies the IsTouchMagnifierEnabled attached dependency property. | |
LayerIDsProperty | Identifies the LayerIDs dependency property. | |
MaintainAspectRatioProperty | Identifies the MaintainAspectRatio dependency property. | |
MapProperty | Identifies the Map dependency property. | |
MoveEnabledProperty | Identifies the MoveEnabled dependency property. | |
ProxyUrlProperty | Identifies the ProxyUrl dependency property. | |
RotateEnabledProperty | Identifies the RotateEnabled dependency property. | |
ScaleEnabledProperty | Identifies the ScaleEnabled dependency property. | |
SelectionModeProperty | Identifies the SelectionMode dependency property. | |
SnapDistanceProperty | Identifies the SnapDistance attached dependency property. | |
SnapKeyProperty | Identifies the SnapKey attached dependency property. |
Name | Description | |
---|---|---|
Add | Enables the user to add a feature to the GraphicsLayer using a specified geometry type, or a FeatureLayer using either the default template or specified template. | |
AutoComplete | Gets or sets whether auto completion is enabled when adding polygons to a FeatureLayer. | |
AutoSelect | Gets or sets a value indicating whether auto select is enabled. | |
CancelActive | Cancels any command that might be active on the Map. | |
ClearSelection | Unselects all features in the referenced FeatureLayers. | |
ContinuousMode | Gets or sets a value indicating whether continuous mode is enabled. | |
Cut | Performs a cut against the selected features using a user-drawn polyline. | |
DeleteSelected | Deletes all selected features in the referenced layers. | |
DependencyObjectType | (Inherited from System.Windows.DependencyObject) | |
Dispatcher | (Inherited from System.Windows.Threading.DispatcherObject) | |
EditVertices | Allows the user to click any feature and edit its vertices. | |
EditVerticesEnabled | Gets or sets a value indicating whether edit vertices is enabled. | |
Freehand | Gets or sets a value indicating whether this Editor is using freehand draw mode when using the Add, Reshape, Union and Cut commands. | |
GeometryServiceCredentials | Gets or sets the network credentials that are sent to the host and used to authenticate the request. | |
GeometryServiceUrl | Gets or sets the URL to a geometry service. | |
GraphicsLayers | Iterates on the graphics layers this editor is working on, based on the LayerIDs and Map properties. | |
IsSealed | (Inherited from System.Windows.DependencyObject) | |
LayerIDs | Gets or sets the layer IDs this editor works against. | |
MaintainAspectRatio | Gets or sets the MaintainAspectRatio. | |
Map | Gets or sets the map this editor works on. | |
MoveEnabled | Gets or sets a value indicating whether move is enabled. | |
ProxyUrl | Gets or sets the proxy URL for geometry service. | |
Reshape | Performs a reshape against the selected features using a user-drawn polyline. | |
RotateEnabled | Gets or sets a value indicating whether rotate is enabled. | |
Save | Performs a save on all the referenced FeatureLayers that doesn't have FeatureLayer.AutoSave enabled. | |
ScaleEnabled | Gets or sets a value indicating whether scale is enabled. | |
Select | Enables the user to select features in the layers. | |
SelectionMode | Gets or sets the selection mode used with the selection tool. | |
Union | Gets the union command. |
Name | Description | |
---|---|---|
ClearValue | Overloaded. (Inherited from System.Windows.DependencyObject) | |
CoerceValue | (Inherited from System.Windows.DependencyObject) | |
GetIsTouchMagnifierEnabled | Gets a value specifying whether the touch magnifier is enabled. | |
GetLocalValueEnumerator | (Inherited from System.Windows.DependencyObject) | |
GetSnapDistance | Gets the snap radius used on the map in pixels. | |
GetSnapKey | Gets the SnapKey used on the map when drawing. | |
GetValue | (Inherited from System.Windows.DependencyObject) | |
InvalidateProperty | (Inherited from System.Windows.DependencyObject) | |
ReadLocalValue | (Inherited from System.Windows.DependencyObject) | |
SetCurrentValue | (Inherited from System.Windows.DependencyObject) | |
SetIsTouchMagnifierEnabled | Sets whether the touch magnifier is enabled. | |
SetSnapDistance | Sets the snap radius in pixels. | |
SetSnapKey | Sets the SnapKey used on the map when drawing | |
SetValue | Overloaded. (Inherited from System.Windows.DependencyObject) |
Name | Description | |
---|---|---|
OnPropertyChanged | (Inherited from System.Windows.DependencyObject) |
Name | Description | |
---|---|---|
EditCompleted | Occurs when an edit has completed. | |
EditorActivated | Occurs when a tool in the Editor becomes active and waits for user input. |