PlotScanRadar

扫描雷达 继承自PlotRadarBase

new Cesium.PlotScanRadar(options, options)

Name Type Description
options PlotScanRadar.ConstructorOptions optional Object describing initialization options
options Object optional Object with the following properties:
Name Type Description
point Cartesian3 optional 雷达位置点
scanVAngle Number optional 竖直方向开口角度
scanHAngle Number optional 水平方向开口角度
cellAngle Number optional 每个单元格的角度
Properties:
Name Type Attributes Default Description
rotate Property | Cartesian3 <optional>
雷达旋转角度,单位是度
show Property | boolean <optional>
true 是否显示
isFill Property | boolean <optional>
true 雷达是否显示填充
material MaterialProperty | Color <optional>
Color.WHITE 雷达包络填充色
isOutline Property | boolean <optional>
false 雷达是否显示网格线
outlineColor Property | Color <optional>
Color.BLACK 雷达网格线色
outlineWidth Property | number <optional>
1.0 雷达网格线宽
isShowScan Property | boolean <optional>
false 是否显示扫描瓣
scanColor Property | Color <optional>
Color.GREEN 扫描体包络填充色
scanedColor Property | Color <optional>
Color.GREEN 包络扫描后的填充色

Methods

_merge(source)

Assigns each unassigned property on this object to the value of the same property on the provided source object.
Name Type Description
source PlotScanRadar The object to be merged into this object.