Type Alias: GetTileDataOptions
GetTileDataOptions =
object
Defined in: packages/deck.gl-geotiff/src/cog-layer.ts:85
Options passed to getTileData.
Properties
device
device:
Device
Defined in: packages/deck.gl-geotiff/src/cog-layer.ts:87
The luma.gl Device
pool
pool:
DecoderPool
Defined in: packages/deck.gl-geotiff/src/cog-layer.ts:99
The decoder pool to use.
signal?
optionalsignal:AbortSignal
Defined in: packages/deck.gl-geotiff/src/cog-layer.ts:96
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:90
The x coordinate of the tile within the IFD.
y
y:
number
Defined in: packages/deck.gl-geotiff/src/cog-layer.ts:93
The y coordinate of the tile within the IFD.