| Package | Description |
|---|---|
| org.cesiumjs.cs.datasources | |
| org.cesiumjs.cs.datasources.options |
| Modifier and Type | Method and Description |
|---|---|
static Promise<KmlDataSource,Void> |
KmlDataSource.load(String data,
KmlDataSourceLoadStaticOptions options)
Creates a Promise to a new instance loaded with the provided KML data.
|
| Modifier and Type | Method and Description |
|---|---|
static KmlDataSourceLoadStaticOptions |
KmlDataSourceLoadStaticOptions.create(Camera camera,
com.google.gwt.dom.client.CanvasElement canvas)
Create instance options for
KmlDataSource |
static KmlDataSourceLoadStaticOptions |
KmlDataSourceLoadStaticOptions.create(Camera camera,
com.google.gwt.dom.client.CanvasElement canvas,
Ellipsoid ellipsoid)
Create instance options for
KmlDataSource |
Copyright © 2019. All rights reserved.