Skip to main content

Type Alias: GetTileDataOptions

GetTileDataOptions = RasterTileGetTileDataOptions & object

Defined in: packages/deck.gl-geotiff/src/cog-layer.ts:38

Options passed to getTileData.

Type Declaration

pool

pool: DecoderPool

The decoder pool to use.

x

x: number

The x coordinate of the tile within the IFD.

y

y: number

The y coordinate of the tile within the IFD.