Class RasterSynchronizer

Hierarchy (view full)

Constructors

Properties

cesiumLayers_: ImageryLayerCollection
layerMap: Record<string, ImageryLayer[]> = {}

Map of OpenLayers layer ids (from getUid) to the Cesium ImageryLayers. Null value means, that we are unable to create equivalent layers.

map: Map
mapLayerGroup: LayerGroup
olLayerListenKeys: Record<string, EventsKey[]> = {}

Map of listen keys for OpenLayers layer layers ids (from getUid).

olLayers: Collection<BaseLayer>
ourLayers_: ImageryLayerCollection
scene: Scene
view: View

Methods

  • Creates an array of Cesium.ImageryLayer. May be overriden by child classes to implement custom behavior. The default implementation handles tiled imageries in EPSG:4326 or EPSG:3859.

    Parameters

    • olLayer: BaseLayer
    • viewProj: Projection

    Returns ImageryLayer[]

Generated using TypeDoc