Namespace Esri.ArcGISRuntime.UI.Editing
Classes
FreehandTool
Allows you to edit geometries in a GeometryEditor by using freehand gestures.
GeometryEditor
Allows you to create new geometries, and change existing geometries, by interacting with a MapView.
GeometryEditorElement
The base class for all selectable elements in a GeometryEditor.
GeometryEditorGeometry
The element in a GeometryEditor representing the entire Geometry.
GeometryEditorMidVertex
A mid-vertex element in a GeometryEditor.
GeometryEditorPart
An ReadOnlyPart element in a GeometryEditor editing a Multipart geometry.
GeometryEditorReticle
Allows you to precisely edit or specify a position on a mobile device by interacting with a MapView
.
GeometryEditorStyle
Defines the visual appearance of a geometry displayed by the GeometryEditor.
GeometryEditorTool
A base class for tools that determine how you interact with a view when editing geometries with a GeometryEditor.
GeometryEditorVertex
A vertex element in a GeometryEditor.
InteractionConfiguration
Defines the set of interactive operations you can enable or disable for a VertexTool or FreehandTool.
ReticleInteractionConfiguration
Defines the set of interactive operations you can enable or disable for a ReticleVertexTool.
ReticleVertexTool
Allows you to edit geometries in a GeometryEditor using the GeometryEditorReticle.
ShapeTool
Allows you to create polygon or polyline geometries with a geometric shape by using a single drag interaction.
SnapChangedEventArgs
Event argument used by SnapChanged
SnapChangedInfo
Contains information on the resulting snap state when a snap or unsnap occurs.
SnapRules
A table of snapping rules to apply to one or more ISnapSource objects
SnapSettings
Controls interactive snapping functionality for the GeometryEditor.
SnapSourceSettings
Configures a valid source of geometries that the GeometryEditor can snap interactive edits to.
VertexTool
Allows you to edit geometries in a GeometryEditor by interacting with individual vertices.
Interfaces
ISnapSource
Indicates a source of geometries that a GeometryEditor could snap interactive edits to.
Enums
GeometryEditorScaleMode
Determines how a geometry can be interactively scaled (resized) while using the GeometryEditor.
ShapeToolType
The shapes that can be created by using a ShapeTool with a GeometryEditor.
SnapRuleBehavior
Describes whether snap rules are used for a ISnapSource and, if so, whether they will allow any snapping.
SnapSourceEnablingBehavior
Controls how snap sources are enabled when calling SyncSourceSettings(SnapRules, SnapSourceEnablingBehavior).
SnapState
The resulting snap state when snapping to or from a snap candidate.