bcgis-type
Version:
The SDK is based on Cesium for secondary development of 2, 3D all-in-one WebGis application framework, the framework optimizes the use of Cesium and add some additional features, designed for developers to quickly build WebGis applications.
14 lines (13 loc) • 385 B
TypeScript
export default class RectangularSensorVisualizer {
_scene: any;
_primitives: any;
_entityCollection: any;
_hash: {};
_entitiesToVisualize: any;
update: (time: any) => boolean;
_onCollectionChanged: any;
isDestroyed: () => boolean;
destroy: () => any;
constructor(scene: any, entityCollection: any);
static visualizer(): void;
}