An interface for types representing abstract geographic entities. More...
Import Statement: | import Esri.ArcGISRuntime 100.15 |
Since: | Esri.ArcGISRuntime 100.0 |
Inherits: | |
Inherited By: | EncFeature, Feature, Graphic, KmlPlacemark, RasterCell, and WmsFeature |
Properties
- attributes : AttributeListModel
- geometry : Geometry
Detailed Description
Note: You cannot declare or create a component of this type in QML code.
Types that inherit from GeoElement provide concrete implementations such as graphics in a graphics overlay, features in a layer, and so on.
Property Documentation
attributes : AttributeListModel |
A list model of all GeoElement attributes and values.
geometry : Geometry |
The GeoElement's geometry.