PlotParameterRadar

参数雷达 继承自PlotRadarBase

new Cesium.PlotParameterRadar()

Properties:
Name Type Attributes Default Description
id Property | String <optional>
雷达id
point Property | Cartesian3 <optional>
雷达位置点,单位是经纬度
rotate Property | Cartesian3 <optional>
雷达旋转角度,单位是度
show Property | boolean <optional>
true 是否显示
radii Property | Cartesian3 <optional>
雷达外部包络半径
innerRadii Property | Cartesian3 <optional>
雷达内部包络半径
minimumClock Property | number <optional>
0.0 雷达水平方向的最小角度,决定雷达的水平切面是圆面还是扇面
maximumClock Property | number <optional>
2*PI 雷达水平方向的最大角度,决定雷达的水平切面是圆面还是扇面
minimumCone Property | number <optional>
0.0 雷达竖直方向的最小角度
maximumCone Property | number <optional>
PI 雷达竖直方向的最大角度
heightReference Property | HeightReference <optional>
HeightReference.NONE A Property specifying what the height from the entity position is relative to.
isFill Property | boolean <optional>
true 雷达是否显示填充
fillColor Property | Color <optional>
Color.RED 雷达包络填充色
isOutline Property | boolean <optional>
false 雷达是否显示网格线
outlineColor Property | Color <optional>
Color.BLACK 雷达网格线色
outlineWidth Property | number <optional>
1.0 雷达网格线宽
isShowScan Property | boolean <optional>
false 是否显示扫描瓣
scanCount Property | Number <optional>
1.0 扫描瓣个数
stackPartitions Property | number <optional>
64 A Property specifying the number of stacks.
slicePartitions Property | number <optional>
64 A Property specifying the number of radial slices.
subdivisions Property | number <optional>
128 A Property specifying the number of samples per outline ring, determining the granularity of the curvature.
shadows Property | ShadowMode <optional>
ShadowMode.DISABLED An enum Property specifying whether the ellipsoid casts or receives shadows from light sources.
distanceDisplayCondition Property | DistanceDisplayCondition <optional>
A Property specifying at what distance from the camera that this ellipsoid will be displayed.
当前三维场景 scene

Members

innerRadii : PlotPoint3D

雷达内半径
Default Value: PlotPoint3D(0,0,0)

maximumClock : Number

雷达水平方向的最小角度,决定雷达的水平切面是圆面还是扇面
Default Value: 360

maximumCone : Number

雷达竖直方向的最大角度
Default Value: 360

minimumClock : Number

雷达水平方向的最大角度,决定雷达的水平切面是圆面还是扇面
Default Value: 0

minimumCone : Number

雷达竖直方向的最小角度
Default Value: 0

point : PlotPoint3D

雷达位置点
Default Value: PlotPoint3D(0,0,0)

radii : PlotPoint3D

雷达外半径
Default Value: PlotPoint3D(0,0,0)

rotate : PlotPoint3D

雷达旋转角度
Default Value: PlotPoint3D(0,0,0)

Methods

addScan(scan)

添加雷达扫描瓣
Name Type Description
scan PlotParameterRadarScan

clone(result)PlotParameterRadar

拷贝.
Name Type Description
result PlotParameterRadar optional 需要拷贝的源对象.
Returns:
拷贝后得到的目标对象.

destroy()

释放资源

getScanArray()

获取雷达扫描瓣数组
Returns:
扫描瓣数组

removeAllScanArray()

删除所有扫描瓣

removeScan(index)

删除指定索引的扫描瓣
Name Type Description
index Number
Returns:
删除结果

setScan(scan, index)

用新的扫描瓣替换指定扫描瓣
Name Type Description
scan PlotParameterRadarScan
index Number
Returns:

setScanArray(scanArray)

设置雷达扫描瓣数组
Name Type Description
scanArray PlotParameterRadarScan
Returns:
扫描瓣数组