Class: ol.Object

ol.Object

new Object

Parameters:
Name Type Argument Description
values Object.<string, *>= <optional>
(Optional) Values.
Source:
  • object.js, line 40

Extends

  • goog.events.EventTarget

Members

changed

Source:
  • object.js, line 166

setValues

Source:
  • object.js, line 275

Methods

<static> capitalize

Parameters:
Name Type Description
str string String.
Source:
  • object.js, line 81
Returns:
Capitalized string.
Type
string

<static> getAccessors

Parameters:
Name Type Description
obj ol.Object Object.
Source:
  • object.js, line 90
Returns:
Accessors.
Type
Object.<string, {target: ol.Object, key: string}>

<static> getChangedEventType

Parameters:
Name Type Description
key string Key.
Source:
  • object.js, line 100
Returns:
Changed name.
Type
string

<static> getGetterName

Parameters:
Name Type Description
key string String.
Source:
  • object.js, line 111
Returns:
Getter name.
Type
string

<static> getListeners

Parameters:
Name Type Description
obj ol.Object Object.
Source:
  • object.js, line 122
Returns:
Listeners.
Type
Object.<string, ?number>

<static> getSetterName

Parameters:
Name Type Description
key string String.
Source:
  • object.js, line 132
Returns:
Setter name.
Type
string

bindTo

Parameters:
Name Type Argument Description
key string Key.
target ol.Object Target.
targetKey string= <optional>
(Optional) Target key.
noNotify boolean= <optional>
(Optional) No notify.
Source:
  • object.js, line 145

get

Parameters:
Name Type Description
key string Key.
Source:
  • object.js, line 173
Returns:
Value.
Type
*

getKeys

Get a list of object property names.
Source:
  • object.js, line 197
Returns:
List of property names.
Type
Array.<string>

notify

Parameters:
Name Type Description
key string Key.
Source:
  • object.js, line 208

set

Parameters:
Name Type Description
key string Key.
value * Value.
Source:
  • object.js, line 236

setOptions

Parameters:
Name Type Description
options Object.<string, *> Options.
Source:
  • object.js, line 258

unbind

Parameters:
Name Type Description
key string Key.
Source:
  • object.js, line 281

unbindAll

Removes all bindings.
Source:
  • object.js, line 298