KmlSimpleField

A KML simple field object. The combination of the KmlSimpleField.name and the KmlSimpleFieldType creates a unique KML simple field.

Since

200.5.0

Constructors

Link copied to clipboard
constructor(type: KmlSimpleFieldType, name: String, displayName: String, isArray: Boolean)

Creates a simple field for use in KML extended data.

Properties

Link copied to clipboard

The display name of the KML simple field, as defined in the KML file.

Link copied to clipboard

True if the value of this KML simple field is an array, false otherwise.

Link copied to clipboard

The name of the KML simple field, as defined in the KML file.

Link copied to clipboard

The type of the KML simple field, as defined in the KML file. The default type is string for untyped data.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int