ProtectedaddCreate a Cesium primitive if style has a text component. Eventually return a PrimitiveCollection including current primitive.
Api
Compute OpenLayers plain style. Evaluates style function, blend arrays, get default style.
Api
Convert an OpenLayers feature to Cesium primitive collection.
Api
Convert a point geometry to a Cesium BillboardCollection.
OpenLayers feature..
OpenLayers point geometry.
Called when the new billboard is added.
ProtectedcreateBasics primitive creation using a color attribute. Note that Cesium has 'interior' and outline geometries.
OpenLayers feature.
OpenLayers geometry.
Optionalopt_lineWidth: numberprimitive
Api
Add a billboard to a Cesium.BillboardCollection. Overriding this wrapper allows manipulating the billboard options.
OpenLayers feature.
newly created billboard
ProtectedextractReturn the fill or stroke color from a plain ol style.
ProtectedextractReturn the width of stroke from a plain ol style.
ProtectedgetOptionalopt_geom: GeometryApi
Api
Convert an OpenLayers circle geometry to Cesium.
Api
Convert one OpenLayers feature up to a collection of Cesium primitives.
Optionalopt_geom: GeometryApi
Convert an OpenLayers line string geometry to Cesium.
Api
Convert an OpenLayers multi-something geometry to Cesium.
OpenLayers feature..
OpenLayers geometry.
Called when the new billboard is added.
primitives
Api
Convert a point geometry to a Cesium BillboardCollection.
OpenLayers feature..
OpenLayers point geometry.
Optionalopt_newBillboardCallback: (bb: Billboard) => void
Called when the new billboard is added.
primitives
Api
Convert an OpenLayers polygon geometry to Cesium.
Api
Convert an OpenLayers style to a Cesium Material.
Api
Convert an OpenLayers vector layer to Cesium primitive collection.
For each feature, the associated primitive will be stored in
featurePrimitiveMap.
ProtectedsetOpenLayers feature.
ProtectedwrapCreate a primitive collection out of two Cesium geometries. Only the OpenLayers style colors will be used.
Concrete base class for converting from OpenLayers3 vectors to Cesium primitives. Extending this class is possible provided that the extending class and the library are compiled together by the closure compiler.