KmlSchemaData

The key/value pairs obtained from the node's schema data and the associated schema.

Since

200.5.0

Constructors

Link copied to clipboard
constructor(attributes: Map<String, Any>, schema: KmlSchema)

Creates schema data from the attribute key-value pairs and schema.

Properties

Link copied to clipboard

The key and value pairs obtained from schema data nodes. Null values in array data will be discarded.

Link copied to clipboard

The schema associated with the schema data.

Functions

Link copied to clipboard
fun setAttributeValue(attributeName: String, attributeValue: Any?)

Sets the value of an existing attribute. Object type must match the type of the attribute.