Interface WxRasterData

data object contains raw data, contexts, and other info for fast rendering of a single tile

Hierarchy

  • WxRasterData

Properties

ctxFill: CanvasRenderingContext2D

Context for drawing back fill and isolines

ctxStreamLines: CanvasRenderingContext2D

Context for rendering animated streamlines

ctxText: CanvasRenderingContext2D

Context for rendering vector arrows, and other text

data: WxData

WxData data object for this tile

rd?: {
    gl: WebGLRenderingContext;
    vectorTextureU: WebGLTexture;
    vectorTextureV: WebGLTexture;
}

Type declaration

  • gl: WebGLRenderingContext
  • vectorTextureU: WebGLTexture
  • vectorTextureV: WebGLTexture

Generated using TypeDoc