ol-cesium
    Preparing search index...

    Class VectorSynchronizer

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    converter: FeatureConverter
    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

    • Synchronizes the layer visibility properties to the given Cesium Primitive.

      Parameters

      Returns void