Package | Description |
---|---|
org.cesiumjs.cs.collections | |
org.cesiumjs.cs.datasources | |
org.cesiumjs.cs.widgets |
Modifier and Type | Class and Description |
---|---|
class |
DataSourceCollection<T extends DataSource>
A collection of
DataSource instances. |
Constructor and Description |
---|
CompositeEntityCollection(EntityCollection[] collections,
DataSource owner)
Non-destructively composites multiple
EntityCollection instances into a single collection. |
EntityCollection(DataSource owner)
An observable collection of
Entity instances where each entity has a unique id. |
Modifier and Type | Class and Description |
---|---|
class |
CustomDataSource |
class |
CzmlDataSource |
class |
DataSourceDisplay |
class |
GeoJsonDataSource |
class |
KmlDataSource |
Modifier and Type | Method and Description |
---|---|
Visualizer[] |
DataSourceDisplay.VisualizersCallback.function(Scene scene,
DataSource dataSource) |
Modifier and Type | Method and Description |
---|---|
Promise<Boolean,Void> |
Viewer.zoomTo(DataSource target) |
Modifier and Type | Method and Description |
---|---|
Promise<Boolean,Void> |
Viewer.zoomTo(Promise<DataSource,String> target) |
Copyright © 2019. All rights reserved.