Class: ol.View

ol.View

new View

Source:
  • view.js, line 24

Extends

Members

changed

Inherited From:
Source:
  • object.js, line 166

getView2D

Source:
  • view.js, line 49

getView3D

Source:
  • view.js, line 55

setValues

Inherited From:
Source:
  • object.js, line 275

Methods

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.
Inherited From:
Source:
  • object.js, line 145

get

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

getHints

Source:
  • view.js, line 41
Returns:
Hint.
Type
Array.<number>

getKeys

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

notify

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

set

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

setHint

Parameters:
Name Type Description
hint ol.ViewHint Hint.
delta number Delta.
Source:
  • view.js, line 62

setOptions

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

unbind

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

unbindAll

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