Module: KmlElements

Map representing the available Elements. This is solution to circular dependency when parsing some of the elements may be dependent on elements, in which they may be present. Like MultiGeometry present inside of some of the Geometries.
Source:

Members

(static) keys

Internal storage for all key-values pairs
Source:

Methods

(static) addKey(key, value)

Adds key representing name of the node and constructor to be used.
Parameters:
Name Type Description
key String Name of the node, by which it is retrieved. Name is case sensitive.
value KmlObject Value represent constructor function to be instantiated
Source:

(static) getKey(key) → {*}

Returns constructor function to be instantiated.
Parameters:
Name Type Description
key String Name of the node.
Source:
Returns:
Constructor function to be instantiated.
Type
*