Constructor
new Multiband(optionsopt)
Create a new Multiband instance for GPU-accelerated raster rendering
Parameters:
| Name | Type | Attributes | Default | Description | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
Object |
<optional> |
{} | Configuration options Properties
|
Members
geoKeysParser :function
Function to parse GeoTIFF projection keys
Type:
- function
getTileData :function
Function to fetch and process tile data
Type:
- function
renderTile :function
Function to render tiles using the active style
Type:
- function
Methods
_getActiveStyleKernel() → {function}
Get the precompiled GPU.js kernel for the active style
Returns:
GPU.js kernel
- Type
- function
destroy() → {void}
Destroy the multiband instance and release all GPU resources Cleans up GPU.js context, kernels, tracked tilesets, and blit resources
Returns:
- Type
- void