processAsync
fun processAsync(czml: Resource, options: CzmlDataSource.Companion.LoadOptions? = definedExternally): Promise<CzmlDataSource>(source)
fun processAsync(czml: String, options: CzmlDataSource.Companion.LoadOptions? = definedExternally): Promise<CzmlDataSource>(source)
fun processAsync(czml: JsAny, options: CzmlDataSource.Companion.LoadOptions? = definedExternally): Promise<CzmlDataSource>(source)