Variable: __TEST_EXPORTS
const__TEST_EXPORTS:object
Defined in: packages/deck.gl-raster/src/index.ts:8
Type Declaration
computeProjectedTileBounds()
computeProjectedTileBounds: (
tileMatrix,__namedParameters) => [number,number,number,number]
Compute the projected tile bounds in the tile matrix's CRS.
Because it's a linear transformation from the tile index to projected bounds, we don't need to sample this for each of the reference points. We only need the corners.
Parameters
tileMatrix
__namedParameters
x
number
y
number
Returns
[number, number, number, number]
The bounding box as [minX, minY, maxX, maxY] in projected CRS.
RasterTileNode
RasterTileNode: typeof
RasterTileNode