Package | Description |
---|---|
org.cesiumjs.cs.datasources |
Modifier and Type | Method and Description |
---|---|
static Promise<CzmlDataSource,Void> |
CzmlDataSource.load(Object data)
Creates a Promise to a new instance loaded with the provided CZML data.
|
static Promise<CzmlDataSource,Void> |
CzmlDataSource.load(Object data,
CzmlDataSourceOptions options)
Creates a Promise to a new instance loaded with the provided CZML data.
|
static Promise<CzmlDataSource,Void> |
CzmlDataSource.load(String data)
Creates a Promise to a new instance loaded with the provided CZML data.
|
static Promise<CzmlDataSource,Void> |
CzmlDataSource.load(String data,
CzmlDataSourceOptions options)
Creates a Promise to a new instance loaded with the provided CZML data.
|
Promise<CzmlDataSource,Void> |
CzmlDataSource.process(Object czml)
Processes the provided url or CZML object without clearing any existing data.
|
Promise<CzmlDataSource,Void> |
CzmlDataSource.process(Object czml,
CzmlDataSourceOptions options)
Processes the provided url or CZML object without clearing any existing data.
|
Promise<CzmlDataSource,Void> |
CzmlDataSource.process(String czml)
Processes the provided url or CZML object without clearing any existing data.
|
Promise<CzmlDataSource,Void> |
CzmlDataSource.process(String czml,
CzmlDataSourceOptions options)
Processes the provided url or CZML object without clearing any existing data.
|
Copyright © 2019. All rights reserved.