KmlSchema

class KmlSchema

A KML schema object. The schema element defined under KML document in the KML file. It consists of an array of KmlSimpleField, a name, and a schema ID.

Since

200.5.0

Properties

Link copied to clipboard

An array of simple fields. An array of KmlSimpleField objects dictates the creation of simple data nodes. If there is no schema defined at the document level, the array will be empty.

Link copied to clipboard

The name of the schema defined in the KML file.

Link copied to clipboard

The ID of the schema defined in the KML file.

Functions

Link copied to clipboard

Returns the simple field object with the given name, or null if no such field exists.