Class VectorSynchronizer

Hierarchy (view full)

Constructors

Properties

converter: FeatureConverter
csAllPrimitives_: PrimitiveCollection
layerMap: Record<string, VectorLayerCounterpart[]> = {}

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>
scene: Scene
view: View

Methods

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

    Parameters

    Returns void

Generated using TypeDoc