VertexTool QML Type
Allows you to edit geometries in a GeometryEditor by interacting with individual vertices. More...
Import Statement: | import Esri.ArcGISRuntime |
Since: | Esri.ArcGISRuntime 200.1 |
Inherits: |
- List of all members, including inherited members
- VertexTool is part of QML Type List.
Properties
- configuration : InteractionConfiguration
Signals
Detailed Description
The default GeometryEditor::tool is a VertexTool, and is suitable for creating and editing the widest range of geometry types - Multipoint, Point, Polygon, and Polyline. You create and edit these geometries by creating, selecting, and transforming individual vertices, and can also select and transform parts of Multipart (polygon and polyline) geometries. Use the configuration properties to customize the possible interactions.
See also FreehandTool.
Property Documentation
configuration : InteractionConfiguration |
Defines the set of interactive operations enabled when using this tool.
By default, the configuration allows you to create and select vertices by tapping on the map, and also allows you to move vertices by dragging the selected vertex.
By default, it does not allow the creation of new parts, but does allow the selection, transformation, and deletion of any existing parts if they already exist in the GeometryEditor::geometry. Set InteractionConfiguration::allowPartCreation to true
to allow you to tap on the view when there is no current selection (GeometryEditor::selectedElement is null
) to start new parts in polyline and polygon geometries.
Signal Documentation
configurationChanged() |
Emitted when the configuration property changes.
Note: The corresponding handler is onConfigurationChanged
.