VertexTool class final
Allows you to edit geometries in a GeometryEditor by interacting with individual vertices.
The default GeometryEditor.tool is a VertexTool, and is suitable for creating and editing the widest range of geometry types - Multipoint, ArcGISPoint, 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 VertexTool.configuration properties to customize the possible interactions.
If your app targets touch screen devices, you may want to consider using the ReticleVertexTool instead.
- Inheritance
-
- Object
- GeometryEditorTool
- VertexTool
Constructors
- VertexTool()
-
Creates a new VertexTool.
factory
Properties
- configuration ↔ InteractionConfiguration
-
Defines the set of interactive operations enabled when using this tool.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- style ↔ GeometryEditorStyle
-
Defines the visual appearance of GeometryEditor geometries when this
tool is in use.
getter/setter pairinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited