Skip to main content

Type Alias: Tile

Tile = object

Defined in: tile.ts:4

A single tile fetched from a GeoTIFF or Overview.

Properties

array

array: RasterArray

Defined in: tile.ts:10

Decoded raster data for this tile.


x

x: number

Defined in: tile.ts:6

Tile column index in the image's tile grid.


y

y: number

Defined in: tile.ts:8

Tile row index in the image's tile grid.