Whether the map is active or not
A camera limit to not allow the camera to get too close to the globe.
The layer collection of this map. LayerCollections can be shared among maps. When adding the map to a , the layer collection of the will be set. When setting the layer collection, the destroyLayerCollection flag is automatically set to false.
returns the light Intensity, see Cesium https://cesium.com/learn/cesiumjs/ref-doc/SunLight.html?classFilter=sunlight#intensity
sets the light Intensity, see Cesium https://cesium.com/learn/cesiumjs/ref-doc/SunLight.html?classFilter=sunlight#intensity
Whether the map is loading or not
An event raised on the maps post render
The splitPosition should always be aligned with the mapCollection's splitPosition. Use mapCollection to change splitPosition.
The currently set HTML element in which to render the map
Static
classPrivate
_getPrivate
_raisePrivate
_setupPrivate
_setupPrivate
_terrainAdds a visualization to the visualizations map for its layer. The visualization must be valid, use validateVisualization first
Determines whether this map can show this viewpoint. Returns true in any other map then ObliqueMap
Get all visualizations added to this map.
Gets the visualizations for a specific layer.
sets the view to the given viewpoint
Optional
optMaximumHeight: numberduring animation (can be used to get rid of the bunny hop) gotoViewpoint
is called if a layer changes its position in the layerCollection.
Removes a visualization
Sets a shadow map on the scene of the cesiumMaps cesiumWidget. Raises an event if the shadow map changes. This function should be used to set the shadowMap instead of setting it directly on the scene.
The shadowMap to assign to the scene of the cesium widget.
Validates a visualization. A visualization must have the vcsLayeName symbol set and a layer with said name must be part of the maps layerCollection.
Static
getOptional
[modulePrivate
_cameraPrivate
_cameraPrivate
_cesiumPrivate
_clockPrivate
_clusterPrivate
_dataclocks of active data sources the last clock of the array corresponds to the active dataSourceDisplayClock
Private
_defaultdefault clock is set, when no datasource clock is active
Private
_defaultThe defaultShadowMap which is created when calling the constructor of the CesiumWidet in initialize. This is a reference, not a clone.
Private
_initialA cache of the shadowMap that is set, before initialize is called. It is applied as soon the instance is initialized.
Private
_lastPrivate
_lightPrivate
_listenersPrivate
_prePrivate
_screenPrivate
_terrainclock for animated data
Whether to destroy the layerCollection when destroying the map. Defaults to false if passing in a LayerCollection and true if a LayerCollection is created. Is set to false, when setting a different LayerCollection.
The name of a map to fall back on, if this map cant show a viewpoint
if true, no movements should occur
Readonly
nameunique Name
Event raised then the map has a pointer interaction. Raises MapEvent.
Event raised when the maps state changes. Is passed the MapState as its only argument.
Generated using TypeDoc
Cesium Globe Map Class (3D map)