Class KmlNode
A single node within a KML document.
Inheritance
Implements
Namespace: Esri.ArcGISRuntime.Ogc
Assembly: Esri.ArcGISRuntime.dll
Syntax
public abstract class KmlNode : INotifyPropertyChanged
Remarks
KML is a file format used to display geographic data (geometric shapes, symbology and attributes). KML uses a tag-based structure with nested elements and attributes and is based on the XML standard. The KML files are often distributed in KMZ files, which are zipped KML files with a .kmz extension.
A Kml
KML Feature Type | Runtime Type | Notes |
---|---|---|
Container | Kml |
Abstract type. Contains properties common to KmlDocument and KmlFolder. |
Document | Kml |
|
Folder | Kml |
|
Placemark | Kml |
Properties can be found on individual overlay subtypes instead. |
Overlay | N/A | |
GroundOverlay | Kml |
|
ScreenOverlay | Kml |
|
PhotoOverlay | Kml |
|
NetworkLink | Kml |
Examining individual nodes may be useful for: viewing attributes of the KML data,
seeing the organization/structure within the Kml
It should be noted that a typical KML document will have multiple levels of
nested KML nodes. Therefore to accurately traverse through all of
the KML node information in a Kml
Properties
Name | Description |
---|---|
Address | Gets or sets an address associated with this node. |
Balloon |
Gets the color that should be used for the background of the node's popup balloon. |
Balloon |
Gets the balloon popup content for this KML node as a string containing HTML. |
Description | Gets or sets the description of this KML node. |
Extended |
Gets or sets the non-schema data present in the extended data of a KML node. |
Extended |
Gets a collection of schema data present in the extended data of a KML node. |
Extent | Gets the bounding extent of this KML node. |
Highlight |
Gets or sets the style used to render this KML node when Is |
Id | Gets or sets the ID of the KML node. |
Is |
Gets or sets a value indicating whether this KML node is highlighted. |
Is |
Gets or sets a value indicating whether this KML node is visible. |
Name | Gets or sets the name of this KML node. |
Parent | Gets the parent of this node. |
Refresh |
Gets the reason for refresh failure if the Refresh |
Refresh |
Gets the KML node's refresh status. |
Snippet | Gets or sets the optional snippet for this KML node. |
Snippet |
Gets or sets the maximum number of lines of snippet to be shown in the UI. |
Style | Gets or sets the style used to render this KML node. |
Time |
Gets or sets the node's time extent. |
Ux |
Gets the icon associated with this KML node for use in the user interface. |
Ux |
Gets the color used to tint the UX icon. |
Ux |
Gets the UX icon id. |
Viewpoint | Gets or sets the Kml |
Methods
Name | Description |
---|---|
On |
Called when a property changes. |
Save |
Saves this node and any referenced local files as a KMZ archive. |
Write |
Saves this node and any referenced local files into the given System. |
Events
Name | Description |
---|---|
Property |
Occurs when a property value changes. |
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 |