Package | Description |
---|---|
org.cesiumjs.cs.datasources |
Modifier and Type | Method and Description |
---|---|
Promise<KmlDataSource,Void> |
KmlDataSource.load(String data)
Creates a Promise to a new instance loaded with the provided KML data.
|
Promise<KmlDataSource,Void> |
KmlDataSource.load(String data,
KmlDataSourceLoadOptions options)
Creates a Promise to a new instance loaded with the provided KML data.
|
static Promise<KmlDataSource,Void> |
KmlDataSource.load(String data,
KmlDataSourceLoadStaticOptions options)
Creates a Promise to a new instance loaded with the provided KML data.
|
Copyright © 2019. All rights reserved.