GeometryEditorElement class final
The base class for all selectable elements in a GeometryEditor.
GeometryEditor.selectedElement returns an object that inherits from this base class, representing the specific type of element that is selected.
- Implemented types
- Implementers
Properties
- canDelete → bool
-
True if this element can be deleted interactively, false otherwise.
no setter
- canMove → bool
-
True if this element can be moved interactively, false otherwise.
no setter
- canRotate → bool
-
True if this element can be rotated interactively, false otherwise.
no setter
- canScale → bool
-
True if this element can be scaled interactively, false otherwise.
no setter
- extent → Envelope
-
The extent of the selected element in the SpatialReference of the
associated ArcGISMapViewController.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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