GeoTIFFLayer
Source: GeoTIFFLayer.ts:50
GeoTIFFLayer renders Cloud Optimized GeoTIFF (COG) and standard GeoTIFF rasters onto the OpenGlobus 3D globe using progressive overview pyramid tiles.
Constructor
new GeoTIFFLayer(name, options): GeoTIFFLayerInstance Methods
setRenderOptions()
Updates rendering options and re-renders active textures in place.
clearCache()
Clears decoded in-memory tile and raster caches.
_renderTileImage()
Renders the tile rasters into an image that goes straight into the tile texture. The previous image of the tile is reused, so restyling does not allocate.
_refreshCachedTile()
Renders the tile and puts it into the cache, reusing the image that is already there.