GeometryConstructionTool class final

Identifies the tool that describes how a geometry is created in a shared template.

This geometry construction tool, along with optional configuration settings that can be retrieved from SharedTemplate.getConstructionToolOptions, describes how to sketch geometry. For example: free-form, shape-based, densified, auto-completed, constrained by an offset, angle of rotation, constant interval, or number of sides.

The geometry tools recognized by the ArcGIS Maps SDK has a well-defined GeometryConstructionToolType. Custom third-party geometry tools, however, are only identifiable by their GeometryConstructionTool.toolId.

Implemented types

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toolId Guid
The unique identifier for this geometry construction tool.
no setter
toolType GeometryConstructionToolType
Provides a descriptive well-defined enumeration value for the geometry construction tool.
no setter

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