new OlObject()
Simple model that maps an ol.Object to an Ext.data.Model.
- Source:
Members
(static) olClass
String description of the reference path to the wrapped ol class.
Properties:
Name | Type | Description |
---|---|---|
olClass |
string | Reference path to wrapped ol class |
- Source:
(static) olObject
The underlying ol.Object.
Properties:
Name | Type | Description |
---|---|---|
olObject |
ol.Object | Underlying ol.Object |
- Source:
Methods
(static) constructor()
- Source:
(static) destroy()
Overridden to unregister all added event listeners on the ol.Object.
- Source:
(static) set(key, newValue)
Overridden to forward changes to the underlying `ol.Object`. All changes
on the `Ext.data.Model` properties will be set on the `ol.Object` as
well.
Parameters:
Name | Type | Description |
---|---|---|
key |
string | Object | The key to set. |
newValue |
Object | The value to set. |
- Source: