Extends
Methods
- 
    
destroy()
src/cercalia/heatmap.js, line 189 - 
    
    
Elimina el objeto junto a todos sus atributos
 - 
    
getBlur(){number}
src/cercalia/heatmap.js, line 307 - 
    
    
Get the blur of the layer.
Returns:
Blur
 - 
    
    
    
    
    
    
    
Returns:
Get Class name of object
 - 
    
getGradient(){}
src/cercalia/heatmap.js, line 269 - 
    
    
Get the gradient of the layer.
Returns:
The gradient of the layer.
 - 
    
    
    
    
    
    
    
Returns:
Unique Id.
 - 
    
    
    
    
    
    
    
Returns:
WMS Source. Objeto OL3 ol.layer.Tile
 - 
    
    
    
    
    
    
    
Returns:
map Mapa si es que la capa WMS esta pintada en un mapa. Sino, devuelve null
 - 
    
getOpacity(){number}
src/cercalia/heatmap.js, line 288 - 
    
    
Get the opacity of the layer.
Returns:
Opacity Values in0to1.
 - 
    
getRadius(){number}
src/cercalia/heatmap.js, line 221 - 
    
    
Get the radius of the layer.
Returns:
Radius in meters
 - 
    
    
    
    
    
    
    
Returns:
WMS Source. Objeto OL3 ol.source.TileWMS
 - 
    
getVisible(){boolean}
src/cercalia/heatmap.js, line 251 - 
    
    
Get the visibility of the layer.
Returns:
trueif layer is visible. Elsefalse.
 - 
    
setBlur(blur)
src/cercalia/heatmap.js, line 316 - 
    
    
Set the blur of the layer.
Name Type Description blurnumber The blur of the layer.
 - 
    
setGradient(gradient)
src/cercalia/heatmap.js, line 278 - 
    
    
Set the gradient of the layer.
Name Type Description gradientThe gradient of the layer.
 - 
    
setOpacity(opacity)
src/cercalia/heatmap.js, line 297 - 
    
    
Set the opacity of the layer.
Name Type Description opacitynumber The opacity of the layer.
 - 
    
setRadius(radius)
src/cercalia/heatmap.js, line 230 - 
    
    
Set the radius of the layer.
Name Type Description radiusnumber The radius of the layer.
 - 
    
setVisible(visibility)
src/cercalia/heatmap.js, line 260 - 
    
    
Set the visibility of the layer.
Name Type Description visibilityboolean Set the visibility of the layer (
trueorfalse)