Class KmlNetworkLink
A KML network link references other KML resources, locally or on the network.
Implements
Namespace: Esri.ArcGISRuntime.Ogc
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class KmlNetworkLink : KmlNode, INotifyPropertyChanged
Remarks
A KML network link can have a refresh interval defined to enable regular refresh of data. Alternatively, KML network links support a view refresh mode, which fetches network links based on the visible extent.
Constructors
Name | Description |
---|---|
Kml |
Initializes a new instance of the Kml |
Properties
Name | Description |
---|---|
Can |
Gets or sets a value indicating whether the app should zoom to the KML network link when it refreshes.
NetworkLinkControl or the network link's top-level |
Child |
Gets the network link's child KML nodes. |
Has |
Gets or sets a value indicating whether the visibility selection is preserved for nodes in a network link after refresh. |
Is |
Gets or sets a value indicating whether the KML network link node should be shown expanded in a tree view. |
Is |
Gets a value indicating whether KML nodes in this container have mixed visibility. |
List |
Gets or sets the network link's list item type, which defines how child nodes behave when setting visibility. |
Refresh |
Gets or sets the network link's refresh interval. |
Refresh |
Gets or sets the KML network link's refresh mode. |
Source | Gets or sets the path referenced by this network link. |
View |
Gets or sets the scale factor to apply to the bounding box parameters when retrieving the network link. Only applied if
Kml |
View |
Gets or sets the KML network link's view refresh mode. |
View |
Gets or sets the KML network link's view refresh time on an Kml |
Methods
Name | Description |
---|---|
Refresh() | Refreshes the KML network link. |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.4 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.4 - 200.6 |
Xamarin.Android | 100.4 - 100.15 |
Xamarin.iOS | 100.4 - 100.15 |
UWP | 100.4 - 200.6 |