ProtectedaddCreate a Cesium primitive if style has a text component. Eventually return a PrimitiveCollection including current primitive.
ApiCompute OpenLayers plain style. Evaluates style function, blend arrays, get default style.
ApiConvert an OpenLayers feature to Cesium primitive collection.
ApiConvert 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
ApiAdd 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: GeometryApiApiConvert an OpenLayers circle geometry to Cesium.
ApiConvert one OpenLayers feature up to a collection of Cesium primitives.
Optionalopt_geom: GeometryApiConvert an OpenLayers line string geometry to Cesium.
ApiConvert an OpenLayers multi-something geometry to Cesium.
OpenLayers feature..
OpenLayers geometry.
Called when the new billboard is added.
primitives
ApiConvert a point geometry to a Cesium BillboardCollection.
OpenLayers feature..
OpenLayers point geometry.
Optionalopt_newBillboardCallback: (bb: Billboard) => voidCalled when the new billboard is added.
primitives
ApiConvert an OpenLayers polygon geometry to Cesium.
ApiConvert an OpenLayers style to a Cesium Material.
ApiConvert 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.