KmlFile Class
Version 1.0.0-beta002
.NET Framework 4.7
| Namespace | Skybrud.Essentials.Maps.Kml |
|---|---|
| Assembly | Skybrud.Essentials.Maps.dll |
| Visibility | Public |
| Inheritance |
The root element of a KML file. This element is required. It follows the xml declaration at the beginning of the file.
The <kmlgt; element may also include the namespace for any external XML schemas that are referenced within the file.
A basic <kmlgt; element contains 0 or 1 KmlFeature and 0 or 1 KmlNetworkLinkControl.
public class KmlFile : KmlObject { }
Properties
| Type | Name | Summary |
|---|---|---|
| KmlNetworkLinkControl | NetworkLinkControl | |
| KmlFeature | Feature | |
| KmlDocument | Document |
Alias of KmlFile.Feature, but with the type KmlDocument. |
Methods
|
Load(string)
(static)
|
|
Parse(string)
(static)
|
|
Parse(XElement)
(static)
|
|
Parse(XElement, XmlNamespaceManager)
(static)
|
|
Parse(XDocument)
(static)
|
|
ToXElement()
(virtual)
|
Inherited from KmlObject |
|
NewXElement()
(virtual)
|
|
NewXElement(string)
(virtual)
|