Show / Hide Table of Contents

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 null if no such field exists.

Applies to

TargetVersions
.NET Standard 2.0200.5 - 200.8
.NET200.5 - 200.8
.NET Windows200.5 - 200.8
.NET Android200.5 - 200.8
.NET iOS200.5 - 200.8
.NET Framework200.5 - 200.8
UWP200.5 - 200.8
In This Article
Back to top Copyright © 2022 Esri.