Class KmlSchema
A KML schema defines the structure of schema data for the extended data of nodes in a KmlDocument.
Inheritance
System.Object
KmlSchema
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Esri.ArcGISRuntime.Ogc
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class KmlSchema
Remarks
Each KML schema consists of a name, schema ID, and a collection of KmlSimpleField objects. A single KML document can contain a number of different KML schemas.
Constructors
| Name | Description |
|---|---|
| KmlSchema(IEnumerable<KmlSimpleField>, String, String) | Initializes a new instance of the KmlSchema class. |
Properties
| Name | Description |
|---|---|
| Fields | Gets a collection of KML simple fields. |
| Name | Gets the name of the schema defined in the KML file. |
| SchemaId | Gets the ID of the schema defined in the KML file. |
Methods
| Name | Description |
|---|---|
| GetField(String) | Returns the simple field object with the given name, or |
Applies to
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 200.5 - 200.8 |
| .NET | 200.5 - 200.8 |
| .NET Windows | 200.5 - 200.8 |
| .NET Android | 200.5 - 200.8 |
| .NET iOS | 200.5 - 200.8 |
| .NET Framework | 200.5 - 200.8 |
| UWP | 200.5 - 200.8 |