Skip to main content

Type Alias: GetTileDataOptions

GetTileDataOptions = object

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

Options passed to getTileData.

Properties

device

device: Device

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

The luma.gl Device


pool

pool: DecoderPool

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

The decoder pool to use.


signal?

optional signal: AbortSignal

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

An AbortSignal that may be signalled if the request is to be aborted


x

x: number

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

The x coordinate of the tile within the IFD.


y

y: number

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

The y coordinate of the tile within the IFD.