Appearance
GEHeatLayer (HeatMap-based Heat Map)
Heat map layer based on HeatMap rendering.
Constructor
ts
new ge3d.object.GEHeatLayer(options?: any): GEHeatLayerParameters
| Parameter | Type | Default | Description |
|---|---|---|---|
| id | String/Number | - | Layer id identifier |
| name | String | - | Layer name |
| show | Boolean | - | Whether layer is displayed |
| positions | Array | - | Coordinate position array with value field for heat values |
| heatStyle | Object | - | Heatmap heat map configObject parameters |
| maxCanvasSize | Number | 5000 | Maximum Canvas size (pixels) |
| minCanvasSize | Number | 700 | Minimum Canvas size (pixels) |
Properties
| Property | Type | Description |
|---|---|---|
| id | any | Object id identifier |
| show | any | Show/hide state |
| positions | any | Data position coordinate array |
| heatStyle | any | Heatmap heat map parameters |
Methods
addPosition
Add new coordinate point
ts
addPosition(item: any): voidsetOpacity
Set opacity
ts
setOpacity(value: any): void