Package | Description |
---|---|
org.cesiumjs.cs.datasources | |
org.cesiumjs.cs.datasources.visualizer |
Modifier and Type | Field and Description |
---|---|
EntityCluster |
CustomDataSource.clustering
Gets or sets the clustering options for this data source.
|
EntityCluster |
GeoJsonDataSource.clustering
Gets or sets the clustering options for this data source.
|
EntityCluster |
CzmlDataSource.clustering
Gets or sets the clustering options for this data source.
|
EntityCluster |
KmlDataSource.clustering
Gets or sets the clustering options for this data source.
|
Constructor and Description |
---|
BillboardVisualizer(EntityCluster entityCluster,
EntityCollection entityCollection)
A
Visualizer which maps Entity.billboard to a Billboard. |
LabelVisualizer(EntityCluster entityCluster,
EntityCollection entityCollection)
|
ModelVisualizer(EntityCluster entityCluster,
EntityCollection entityCollection)
A
Visualizer which maps Entity.model to a Model. |
PathVisualizer(EntityCluster entityCluster,
EntityCollection entityCollection)
A
Visualizer which maps Entity.path to a Polyline. |
PointVisualizer(EntityCluster entityCluster,
EntityCollection entityCollection)
A
Visualizer which maps Entity.point to a PointPrimitive. |
Copyright © 2019. All rights reserved.