Add Cesium objects.
Add a layer hierarchy.
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.
Projection of the view.
array or null if not possible (or supported)
Destroys all the created Cesium objects.
Register listeners for single layer group change.
Order counterparts using the same algorithm as the Openlayers renderer: z-index then original sequence order.
Remove and destroy a single layer.
counterpart destroyed
Remove layer hierarchy.
Destroy all and perform complete synchronization of the layers.
Unlisten a single layer group.
Generated using TypeDoc
This object takes care of one-directional synchronization of Openlayers raster layers to the given Cesium globe.
{olcsAbstractSynchronizer.<Cesium.ImageryLayer>}