Types
Link copied to clipboard
interface LoadOptions
Initialization options for the load
method.
Properties
Link copied to clipboard
var updaters: ERROR CLASS: Symbol not found for ReadonlyArray<{cesium/engine/UpdaterFunction=} kotlin/Function4<@R|kotlin/ParameterName|(name = String(entity)) cesium/engine/Entity, @R|kotlin/ParameterName|(name = String(packet)) ERROR CLASS: Symbol not found for JsAny, @R|kotlin/ParameterName|(name = String(entityCollection)) cesium/engine/EntityCollection, @R|kotlin/ParameterName|(name = String(sourceUri)) kotlin/String, kotlin/Unit>>
Gets the array of CZML processing functions.
Functions
Link copied to clipboard
suspend fun load(czml: ERROR CLASS: Symbol not found for JsAny, options: CzmlDataSource.Companion.LoadOptions? = definedExternally): CzmlDataSource
suspend fun load(czml: String, options: CzmlDataSource.Companion.LoadOptions? = definedExternally): CzmlDataSource
suspend fun load(czml: Resource, options: CzmlDataSource.Companion.LoadOptions? = definedExternally): CzmlDataSource
Creates a Promise to a new instance loaded with the provided CZML data.
Link copied to clipboard
fun loadAsync(czml: ERROR CLASS: Symbol not found for JsAny, options: CzmlDataSource.Companion.LoadOptions? = definedExternally): ERROR CLASS: Symbol not found for Promise<cesium/engine/CzmlDataSource>
fun loadAsync(czml: Resource, options: CzmlDataSource.Companion.LoadOptions? = definedExternally): ERROR CLASS: Symbol not found for Promise<cesium/engine/CzmlDataSource>
fun loadAsync(czml: String, options: CzmlDataSource.Companion.LoadOptions? = definedExternally): ERROR CLASS: Symbol not found for Promise<cesium/engine/CzmlDataSource>
Link copied to clipboard
fun processMaterialPacketData(obj: ERROR CLASS: Symbol not found for JsAny, propertyName: String, packetData: ERROR CLASS: Symbol not found for JsAny, interval: TimeInterval, sourceUri: String, entityCollection: EntityCollection)
A helper function used by custom CZML updater functions which creates or updates a MaterialProperty from a CZML packet.
Link copied to clipboard
fun processPacketData(type: Function<*>, obj: ERROR CLASS: Symbol not found for JsAny, propertyName: String, packetData: ERROR CLASS: Symbol not found for JsAny, interval: TimeInterval, sourceUri: String, entityCollection: EntityCollection)
A helper function used by custom CZML updater functions which creates or updates a Property from a CZML packet.
Link copied to clipboard
fun processPositionPacketData(obj: ERROR CLASS: Symbol not found for JsAny, propertyName: String, packetData: ERROR CLASS: Symbol not found for JsAny, interval: TimeInterval, sourceUri: String, entityCollection: EntityCollection)
A helper function used by custom CZML updater functions which creates or updates a PositionProperty from a CZML packet.