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.
27 lines (26 loc) • 686 B
TypeScript
export default class RectangularSensorGraphics {
_show: any;
_radius: any;
_xHalfAngle: any;
_yHalfAngle: any;
_lineColor: any;
_showSectorLines: any;
_showSectorSegmentLines: any;
_showLateralSurfaces: any;
_material: any;
_showDomeSurfaces: any;
_showDomeLines: any;
_showIntersection: any;
_intersectionColor: any;
_intersectionWidth: any;
_showThroughEllipsoid: any;
_gaze: any;
_showScanPlane: any;
_scanPlaneColor: any;
_scanPlaneMode: any;
_scanPlaneRate: any;
_definitionChanged: any;
clone: (result: any) => any;
merge: any;
constructor(options?: any);
}