A reference to a KML file or KMZ archive on a local or remote network. More...
Import Statement: | import Esri.ArcGISRuntime 100.15 |
Since: | Esri.ArcGISRuntime 100.4 |
Inherits: |
Properties
- canFlyToNode : bool
- childNodes : list<KmlNode>
- hasRefreshVisibility : bool
- listItemType : Enums.KmlListItemType
- open : bool
- partiallyVisible : bool
- refreshInterval : string
- refreshIntervalAsInt : int
- refreshMode : Enums.KmlRefreshMode
- url : url
- viewRefreshMode : Enums.KmlViewRefreshMode
- viewRefreshTime : string
- viewRefreshTimeAsInt : int
Signals
- canFlyToNodeChanged()
- childNodesChanged()
- hasRefreshVisibilityChanged()
- listItemTypeChanged()
- openChanged()
- partiallyVisibleChanged()
- refreshIntervalChanged()
- refreshModeChanged()
- urlChanged()
- viewRefreshModeChanged()
- viewRefreshTimeChanged()
Methods
- void refresh()
Detailed Description
Property Documentation
A flag, indicating if the app should zoom to the KML network link when it refreshes.
When this is true
, the app should zoom to the viewpoint defined on the associated NetworkLinkControl or the network links' top-level KML node upon refresh of the link.
This property is writable as of Esri.ArcGISRuntime 100.6
Note: It is the developer's responsibility to implement this behavior if desired.
childNodes : list<KmlNode> |
Returns the KML network link's child nodes.
A flag, indicating if the KML network link has refresh visiblity after load.
This property is writable as of Esri.ArcGISRuntime 100.6
A flag, indicating the network link's list item type.
This property is writable as of Esri.ArcGISRuntime 100.6
See also Enums.KmlListItemType.
Returns a flag indicating if the KML network link is partially visible (read-only).
The KML network link refresh interval, in milliseconds.
Note: The underlying Runtime property is represented as a 64-bit integer type. See Accessing 64-bit integer properties from QML.
This property was introduced in Esri.ArcGISRuntime 100.7.
See also refreshIntervalAsInt.
The KML network link refresh interval, in milliseconds, but represented as an integer type.
Note: The underlying Runtime property is represented as a 64-bit integer type. See Accessing 64-bit integer properties from QML.
This property was introduced in Esri.ArcGISRuntime 100.7.
The KML network link refresh mode.
This property is writable as of Esri.ArcGISRuntime 100.7
See also Enums.KmlRefreshMode.
URL, indicating the KML network link's data path.
This property is writable as of Esri.ArcGISRuntime 100.6
After setting a new URL, call refresh to fetch the data from the new URL. If the refresh mode of the network link is Enums.KmlRefreshModeOnInterval when the URL is changed, the refresh operation executed on the following interval will use the new URL.
The KML network link view refresh mode.
This property is writable as of Esri.ArcGISRuntime 100.7
See also Enums.KmlViewRefreshMode.
The KML network link view refresh time, in milliseconds.
Note: The underlying Runtime property is represented as a 64-bit integer type. See Accessing 64-bit integer properties from QML.
This property was introduced in Esri.ArcGISRuntime 100.7.
See also viewRefreshTimeAsInt.
The KML network link view refresh time, in milliseconds, but represented as an integer type.
Note: The underlying Runtime property is represented as a 64-bit integer type. See Accessing 64-bit integer properties from QML.
This property was introduced in Esri.ArcGISRuntime 100.7.
Signal Documentation
Emitted when the canFlyToNode property changes.
Note: The corresponding handler is onCanFlyToNodeChanged
.
This signal was introduced in Esri.ArcGISRuntime 100.6.
Emitted when the childNodes property changes.
Note: The corresponding handler is onChildNodesChanged
.
Emitted when the hasRefreshVisibility property changes.
Note: The corresponding handler is onHasRefreshVisibilityChanged
.
This signal was introduced in Esri.ArcGISRuntime 100.6.
Emitted when the listItemTypeChanged property changes.
Note: The corresponding handler is onListItemTypeChanged
.
This signal was introduced in Esri.ArcGISRuntime 100.6.
Emitted when the open property changes.
Note: The corresponding handler is onOpenChanged
.
Emitted when the partiallyVisible property changes.
Note: The corresponding handler is onPartiallyVisibleChanged
.
Emitted when the refreshInterval property changes.
Note: The corresponding handler is onRefreshIntervalChanged
.
This signal was introduced in Esri.ArcGISRuntime 100.7.
Emitted when the refreshMode property changes.
Note: The corresponding handler is onRefreshModeChanged
.
This signal was introduced in Esri.ArcGISRuntime 100.7.
Emitted when the url property changes.
Note: The corresponding handler is onUrlChanged
.
This signal was introduced in Esri.ArcGISRuntime 100.6.
Emitted when the viewRefreshMode property changes.
Note: The corresponding handler is onViewRefreshModeChanged
.
This signal was introduced in Esri.ArcGISRuntime 100.7.
Emitted when the viewRefreshTime property changes.
Note: The corresponding handler is onViewRefreshTimeChanged
.
This signal was introduced in Esri.ArcGISRuntime 100.7.
Method Documentation
Refreshes the KML network link.
This method was introduced in Esri.ArcGISRuntime 100.7.