Methods
addCesiumObject()
- Source:
(protected) convertLayerToCesiumImageries(olLayernon-null, viewProjnullable) → (nullable) {Array.<!Cesium.ImageryLayer>}
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:
Name | Type | Attributes | Description |
---|---|---|---|
olLayer |
ol.layer.Base | ||
viewProj |
ol.proj.Projection |
<nullable> |
Projection of the view. |
- Source:
Returns:
array or null if not possible
(or supported)
- Type
- Array.<!Cesium.ImageryLayer>
createSingleLayerCounterparts()
- Source:
destroyCesiumObject()
- Source:
(protected) orderLayers()
Order counterparts using the same algorithm as the Openlayers renderer:
z-index then original sequence order.
- Source:
raiseToTop(counterpart)
Parameters:
Name | Type | Description |
---|---|---|
counterpart |
Cesium.ImageryLayer |
- Source:
removeAllCesiumObjects()
- Source:
removeSingleCesiumObject()
- Source: