ol-cesium
    Preparing search index...

    Class RasterSynchronizer

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    layerMap: Record<string, T[]> = {}

    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<{ [x: string]: any }>>
    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[]

    • Parameters

      • counterpart: ImageryLayer

      Returns void