A WMS feature object. More...
Import Statement: | import Esri.ArcGISRuntime 100.15 |
Since: | Esri.ArcGISRuntime 100.2 |
Inherits: |
Properties
- attributes : AttributeListModel
- geometry : Geometry
Signals
Detailed Description
Note: You cannot declare or create a component of this type in QML code.
Property Documentation
attributes : AttributeListModel |
Returns a list model of all WmsFeature attributes and values.
geometry : Geometry |
The geometry of the WmsFeature.
Signal Documentation
Emitted when the geometry property changes.
Note: The corresponding handler is onGeometryChanged
.