RectangularSensorGraphics

RectangularSensorGraphics

new RectangularSensorGraphics(optionsopt)

相控阵雷达

Parameters:
Name Type Attributes Default Description
options Object <optional>
{}

含有以下属性的对象:

Properties
Name Type Attributes Default Description
slice Number <optional>
32

切分程度 ,默认值 32

show Boolean <optional>

是否显示

radius Number <optional>

传感器半径

xHalfAngle Number <optional>

传感器水平半角

yHalfAngle Number <optional>

传感器垂直半角

lineColor Color <optional>

线的颜色 eg:new Cesium.Color(0.0, 1.0, 1.0, 0.4)

showSectorLines Boolean <optional>
true

是否显示扇面的线 ,默认值 true

showSectorSegmentLines Boolean <optional>
true

是否显示扇面和圆顶面连接的线 ,默认值true

showLateralSurfaces Boolean <optional>
true

是否显示侧面 ,默认值true

material Color <optional>

主体颜色 eg:new Cesium.Color(0.0, 1.0, 1.0, 0.4)

showDomeSurfaces Boolean <optional>
true

是否显示圆顶表面 ,默认值true

showDomeLines Boolean <optional>
true

是否显示圆顶面线 ,默认值true

showIntersection Boolean <optional>
true

是否显示与地球相交的线 ,默认值true

intersectionColor Color <optional>

与地球相交的线的颜色 ,默认值Color.WHITE

intersectionWidth Number <optional>

与地球相交的线的宽度(像素) ,默认值5.0

showThroughEllipsoid Boolean <optional>

此参数控制深度检测,为false启用深度检测,可以解决雷达一半在地球背面时显示的问题

showScanPlane Boolean <optional>

是否显示扫描面

scanPlaneColor Color <optional>

扫描面颜色

scanPlaneMode String <optional>

扫描面模式 垂直vertical/水平horizontal

scanPlaneRate Number <optional>

扫描速率

Methods

clone(result) → {RectangularSensorGraphics}

根据当前对象参数克隆出一个新对象

Parameters:
Name Type Description
result RectangularSensorGraphics

新对象 若不传则自动构建

Returns:
Type
RectangularSensorGraphics