Class WxLayerInternal

Used in WxLayerBaseImplementation to manipulate the the layer's style, data and time

Hierarchy

  • WxLayer

Constructors

Properties

CLUT: RawCLUT

Current "Color lookup table" object

_loader: Loader = ...

Loader object to load and preprocess tiles

_painter: Painter = ...

Painter object to render tiles

_time: string

Current time

coarseLevel: number = 0

current coarsing zoom level

currentVariableMeta: WxVariableMeta

Current variable's Meta data of the layer

current Style Object

tilesRasterCache: TilesCache = ...

cahce: URI->rendered data on canvases

tilesURIs: WxURIs

current URIs to fetch tiles

variables: WxLayerVarsNames

Variables to be displayed by the layer

wxdatasetManager: WxDataSetManager

Data manager created this layer

Accessors

  • get nonanimatable(): boolean
  • Check if the layer is vector and may be animated according to style

    Returns boolean

Methods

  • Internal

    Clear the cache of tiles Not to use when loading is in progress.

    Returns void

  • Internal

    Get maximum zoom according to the layer's Dataset manager and the current coarse level

    Returns

    maximum zoom

    Returns number

  • Internal

    Get maximum zoom according to the layer's Dataset manager

    Returns

    maximum zoom

    Returns number

  • Internal

    Get the current time step of the layer

    Returns

    time step in the dataset meta's format

    Returns string

Generated using TypeDoc