An Electronic Navigation Chart (ENC) feature object. More...
Import Statement: | import Esri.ArcGISRuntime 100.15 |
Since: | Esri.ArcGISRuntime 100.2 |
Inherits: |
Properties
- acronym : string
- attributes : AttributeListModel
- description : string
- geometry : Gometry
Signals
Methods
- string attributeDescription(string acronym)
Detailed Description
Note: You cannot declare or create a component of this type in QML code.
See also EncLayer.
Property Documentation
attributes : AttributeListModel |
Returns a list model of all the EncFeature attributes as key-value pairs.
Signal Documentation
Emitted when the geometry property changes.
Note: The corresponding handler is onGeometryChanged
.
Method Documentation
Gets the description of ENC feature acronym, given the acronym string as the key.