Clamp elevation values to within [low, high] bounds
Maximum zoom level of requestable tiles
Value in TIFF pixel to be reinterpreted as 0 elevation
Bounding edges of file data, in Geographic radians
Grid edge lengths to resample GeoTIFFImage.readRasters(); Must be 2^k + 1
The main interface for actually requesting data from the resource.
Uses a Cesium.Rectangle
since tile coordinates {x, y, z} are not consistant across CRS
Cesium.Rectangle for tile that is requesting Terrain geometry
TypedArray containing pixel data.
Used to check if a resource intersects with a given tile Rectangle
Cesium.Rectangle that corresponds with a tile requesting geometry
true if tileRect intersects with the data, false if not
This interface defines the minimum properties that a compatible resource must have, in case you'd like to create your own CogResource alternative.