Class: ol.layer.TileLayer
new TileLayer
Parameters:
| Name |
Type |
Description |
layerOptions |
ol.layer.LayerOptions
|
Layer options. |
- Source:
Extends
Members
-
changed
-
- Inherited From:
- Source:
-
setValues
-
- Inherited From:
- Source:
Methods
-
bindTo
-
Parameters:
| Name |
Type |
Description |
key |
string
|
Key. |
target |
ol.Object
|
Target. |
targetKey |
string=
|
(Optional) Target key. |
noNotify |
boolean=
|
(Optional) No notify. |
- Inherited From:
- Source:
-
get
-
Parameters:
| Name |
Type |
Description |
key |
string
|
Key. |
- Inherited From:
- Source:
Returns:
Value.
-
Type
-
*
-
getBrightness
-
- Inherited From:
- Source:
Returns:
Brightness.
-
Type
-
number
-
getContrast
-
- Inherited From:
- Source:
Returns:
Contrast.
-
Type
-
number
-
getHue
-
- Inherited From:
- Source:
Returns:
Hue.
-
Type
-
number
-
getOpacity
-
- Inherited From:
- Source:
Returns:
Opacity.
-
Type
-
number
-
getSaturation
-
- Inherited From:
- Source:
Returns:
Saturation.
-
Type
-
number
-
getSource
-
- Inherited From:
- Source:
Returns:
Source.
-
Type
-
ol.source.Source
-
getTileSource
-
- Source:
Returns:
Source.
-
Type
-
ol.source.TileSource
-
getVisible
-
- Inherited From:
- Source:
Returns:
Visible.
-
Type
-
boolean
-
isReady
-
- Inherited From:
- Source:
Returns:
Is ready.
-
Type
-
boolean
-
notify
-
Parameters:
| Name |
Type |
Description |
key |
string
|
Key. |
- Inherited From:
- Source:
-
set
-
Parameters:
| Name |
Type |
Description |
key |
string
|
Key. |
value |
*
|
Value. |
- Inherited From:
- Source:
-
setBrightness
-
Parameters:
| Name |
Type |
Description |
brightness |
number
|
Brightness. |
- Inherited From:
- Source:
-
setContrast
-
Parameters:
| Name |
Type |
Description |
contrast |
number
|
Contrast. |
- Inherited From:
- Source:
-
setHue
-
Parameters:
| Name |
Type |
Description |
hue |
number
|
Hue. |
- Inherited From:
- Source:
-
setOpacity
-
Parameters:
| Name |
Type |
Description |
opacity |
number
|
Opacity. |
- Inherited From:
- Source:
-
setOptions
-
Parameters:
| Name |
Type |
Description |
options |
Object.<string, *>
|
Options. |
- Inherited From:
- Source:
-
setSaturation
-
Parameters:
| Name |
Type |
Description |
saturation |
number
|
Saturation. |
- Inherited From:
- Source:
-
setVisible
-
Parameters:
| Name |
Type |
Description |
visible |
boolean
|
Visible. |
- Inherited From:
- Source:
-
unbind
-
Parameters:
| Name |
Type |
Description |
key |
string
|
Key. |
- Inherited From:
- Source:
-
unbindAll
-
Removes all bindings.
- Inherited From:
- Source: