process

suspend fun process(czml: Resource, options: CzmlDataSource.Companion.LoadOptions? = definedExternally): CzmlDataSource(source)

Processes the provided url or CZML object without clearing any existing data.

Return

A promise that resolves to this instances once the data is processed.

Parameters

czml

A url or CZML object to be processed.

options

An object specifying configuration options

See also


suspend fun process(czml: String, options: CzmlDataSource.Companion.LoadOptions? = definedExternally): CzmlDataSource(source)
suspend fun process(czml: Any, options: CzmlDataSource.Companion.LoadOptions? = definedExternally): CzmlDataSource(source)