Class KmlSchema
A KML schema defines the structure of schema data for the extended data of nodes in a KmlDocument.
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 - 300.0 |
| .NET Windows | 200.5 - 300.0 |
| .NET Android | 200.5 - 300.0 |
| .NET iOS | 200.5 - 300.0 |
| .NET Framework | 200.5 - 200.8 |
| UWP | 200.5 - 200.8 |