An abstract representation of geographic entities on a map, scene, map view or scene view. More...
Public Functions virtual ~GeoElement() virtual Esri::ArcGISRuntime::AttributeListModel * attributes() const = 0 virtual Esri::ArcGISRuntime::Geometry geometry() const = 0 virtual void setGeometry(const Esri::ArcGISRuntime::Geometry &geometry) = 0 Protected Functions Detailed DescriptionA geo-element represents abstract geographic entities on a map. Classes that inherit from GeoElement provide concrete implementations such as graphics in a graphics overlay, features in a layer, and so on.
Each geographic entity can possess geometry, to describe the location and shape of the entity, and a set of attributes to provide information about the real-world entity it represents. For example, a feature in a feature layer, a graphic in a graphics overlay, and a raster cell in a raster layer are represented by the Feature, Graphic, and RasterCell classes. Each class inherits from GeoElement.
Operations that identify all of the layers in a map or scene, such as GeoView::identifyLayersAsync, can return a collection of IdentifyLayerResult objects. You can obtain the various types of GeoElement objects using IdentifyLayerResult::geoElements.
Relevant samples:
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