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. | |
GeometryServiceClientCertificateProperty | Identifies the GeometryServiceClientCertificate dependency property. | |
GeometryServiceCredentialsProperty | Identifies the GeometryServiceCredentials dependency property. | |
GeometryServiceTokenProperty | Identifies the GeometryServiceToken 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. | |
SnapToEdgeEnabledProperty | Identifies the SnapToEdgeEnabled 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 | Gets the System.Windows.DependencyObjectType that wraps the CLR type of this instance. (Inherited from System.Windows.DependencyObject) | |
Dispatcher | Gets the System.Windows.Threading.Dispatcher this System.Windows.Threading.DispatcherObject is associated with. (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. | |
GeometryServiceClientCertificate | Gets or sets the client certificate that is sent to the host and used to authenticate the request. | |
GeometryServiceCredentials | Gets or sets the network credentials that are sent to the host and used to authenticate the request. | |
GeometryServiceToken | Gets or sets the token used for geometry service. | |
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 | Gets a value that indicates whether this instance is currently sealed (read-only). (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. | |
UndoEdits | Performs an undo edits all the referenced FeatureLayers that doesn't have FeatureLayer.AutoSave enabled. | |
Union | Gets the union command. |
Name | Description | |
---|---|---|
ClearValue | Overloaded. Clears the local value of a property. The property to be cleared is specified by a System.Windows.DependencyProperty identifier. (Inherited from System.Windows.DependencyObject) | |
CoerceValue | Coerces the value of the specified dependency property. This is accomplished by invoking any System.Windows.CoerceValueCallback function specified in property metadata for the dependency property as it exists on the calling System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) | |
Equals | (Inherited from System.Windows.DependencyObject) | |
GetHashCode | Gets a hash code for this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) | |
GetIsTouchMagnifierEnabled | Gets a value specifying whether the touch magnifier is enabled. | |
GetLocalValueEnumerator | Creates a specialized enumerator for determining which dependency properties have locally set values on this System.Windows.DependencyObject. (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. | |
GetSnapToEdgeEnabled | Gets the value indicating whether snapping to edge is enabled/disabled. | |
GetValue | Returns the current effective value of a dependency property on this instance of a System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) | |
InvalidateProperty | (Inherited from System.Windows.DependencyObject) | |
ReadLocalValue | Returns the local value of a dependency property, if it exists. (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 | |
SetSnapToEdgeEnabled | Sets the value indicating whether snapping to edge is enabled/disabled. | |
SetValue | Overloaded. Sets the local value of a dependency property, specified by its dependency property identifier. (Inherited from System.Windows.DependencyObject) |
Name | Description | |
---|---|---|
OnPropertyChanged | Invoked whenever the effective value of any dependency property on this System.Windows.DependencyObject has been updated. The specific dependency property that changed is reported in the event data. (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. |