Class KmlDataset
Points to KML/KMZ content, either from a local file or the network.
This object provides an entry point for traversing the tree of Kml
Inheritance
Namespace: Esri.ArcGISRuntime.Ogc
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class KmlDataset : ILoadable, INotifyPropertyChanged
Remarks
Use the Root
A typical KML document will have multiple levels of nodes. Consider using recursion to discover the full collection of nodes in a KML file. See the guide doc and samples for details.
If a KML file has Kml
Constructors
Name | Description |
---|---|
Kml |
Initializes a new instance of the Kml |
Kml |
Initializes a new instance of the Kml |
Properties
Name | Description |
---|---|
Load |
Gets the System. |
Load |
Gets the load status. |
Root |
Gets this dataset's root KML nodes as a Kml |
Source | Gets the location of the KML data from which this dataset was created. |
Methods
Name | Description |
---|---|
Cancel |
Cancel loading metadata for the object. |
Load |
Load the metadata for the object asynchronously. |
Retry |
Loads or retries loading metadata for the object asynchronously. |
Events
Name | Description |
---|---|
Balloon |
Event that is raised when a KmlTour requests that
a balloon popup should be shown or hidden for a particular Kml |
Loaded | Event that is raised when the object is done loading. |
Load |
Event that is raised when the Load |
Network |
Event that is raised when a network link control message is available for this dataset. |
Name | Description |
---|---|
INotify |
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 |