[override virtual noexcept]
GeometryEditorElement::~GeometryEditorElement()
Destructor.
bool GeometryEditorElement::canDelete() constReturns true
if this selected element can be deleted interactively, false
otherwise.
The value of InteractionConfiguration::isAllowDeletingSelectedElement of the current GeometryEditor::tool determines this value. The element can be deleted programmatically regardless of this value, for example using GeometryEditor::deleteSelectedElement.
A GeometryEditorMidVertex is not part of the GeometryEditor::geometry state, and therefore can never be deleted from the geometry regardless of the InteractionConfiguration settings.
bool GeometryEditorElement::canMove() constReturns true
if this selected element can be moved interactively, false
otherwise.
The value of InteractionConfiguration::isAllowMovingSelectedElement of the current GeometryEditor::tool determines this value. The element can be moved programmatically regardless of this value, for example using GeometryEditor::moveSelectedElement(const Esri::ArcGISRuntime::Point&).
A GeometryEditorMidVertex is not part of the GeometryEditor::geometry state, and therefore can never be moved regardless of the InteractionConfiguration settings.
[since Esri::ArcGISRuntime 200.2]
bool GeometryEditorElement::canRotate() const
Returns true
if this element can be rotated interactively, false
otherwise.
The value of InteractionConfiguration::isAllowRotatingSelectedElement of the current GeometryEditor::tool determines this value. The element can be rotated programmatically regardless of this value, for example using GeometryEditor::rotateSelectedElement(double, const Esri::ArcGISRuntime::Point&).
The following can never be rotated interactively, regardless of the InteractionConfiguration settings:
This function was introduced in Esri::ArcGISRuntime 200.2.
[since Esri::ArcGISRuntime 200.2]
bool GeometryEditorElement::canScale() const
Returns true
if this element can be scaled interactively, false
otherwise.
The value of InteractionConfiguration::isAllowScalingSelectedElement of the current GeometryEditor::tool determines this value. The element can be scaled programmatically regardless of this value, for example using GeometryEditor::scaleSelectedElement(double, double, const Esri::ArcGISRuntime::Point&).
The following can never be scaled interactively, regardless of the InteractionConfiguration settings:
This function was introduced in Esri::ArcGISRuntime 200.2.
Esri::ArcGISRuntime::Envelope GeometryEditorElement::extent() constReturns the extent of the selected element in the SpatialReference of the associated MapView.
To find the specific shape of the selected element instead of its extent, use GeometryEditorGeometry::geometry, GeometryEditorMidVertex::point, GeometryEditorPart::part, or GeometryEditorVertex::point.
Esri::ArcGISRuntime::GeometryEditorElementType GeometryEditorElement::geometryEditorElementType() constReturns the type of GeometryEditor element.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4