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
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.
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.