Class: Multiband

Multiband(optionsopt)

GPU-accelerated multiband raster rendering for deck.gl-raster

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
Name Type Attributes Default Description
debug boolean <optional>
false

Enable debug logging

Source:

Members

geoKeysParser :function

Function to parse GeoTIFF projection keys

Type:
  • function
Source:

getTileData :function

Function to fetch and process tile data

Type:
  • function
Source:

renderTile :function

Function to render tiles using the active style

Type:
  • function
Source:

Methods

_getActiveStyleKernel() → {function}

Get the precompiled GPU.js kernel for the active style

Source:
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

Source:
Returns:
Type
void