PlotCustomRadar

自定义雷达 继承自PlotRadarBase. 通过局部坐标系下的点串构建的雷达

new Cesium.PlotCustomRadar(options, options)

Name Type Description
options PlotCustomRadar.ConstructorOptions optional Object describing initialization options
options Object optional Object with the following properties:
Name Type Description
point Cartesian3 optional 雷达位置点
radii Cartesian3 optional 雷达半径
customPts Array.<Cartesian3> optional 构建填充面的局部坐标点串
slicePartitions Number optional 水平切面点个数
stackPartitions Number optional 竖直切面点个数
Properties:
Name Type Attributes Default Description
show Property | boolean <optional>
true 是否显示
fill Property | boolean <optional>
true 雷达是否显示填充
material MaterialProperty | Color <optional>
Color.WHITE 雷达包络填充色
outline Property | boolean <optional>
false 雷达是否显示网格线
outlineColor Property | Color <optional>
Color.BLACK 雷达网格线色
outlineWidth Property | number <optional>
1.0 雷达网格线宽
rotate Property | Cartesian3 <optional>
雷达旋转角度,单位是度

Methods

clone(result)PlotCustomRadar

拷贝函数.
Name Type Description
result PlotCustomRadar optional 自定义雷达对象.
Returns:
拷贝得到的雷达对象.