PlotWarningRadar

AWACS (Airborne Warning and Control System) aircraft Radar , inherited fromPlotRotateRadar

new SuperMap3D.PlotWarningRadar(options, scene)

Name Type Description
options Object The parameters required to initialize the radar:
Name Type Default Description
point Cartesian3 Radar position point
cellAngle Number 5 optional Horizontal opening angle of each cell
radii Cartesian3 new MPoint3D() optional Radar radius
show boolean true optional Whether to show
isFill boolean true optional Does the radar show fill?
isOutline boolean false optional Does the radar show gridlines?
fillColor Color new Color(1, 0, 0, 0.5) optional Radar Envelope Fill Color
outlineColor Color new Color(1, 0, 0, 1) optional Radar grid line color
outlineWidth Number 1.0 optional Radar grid line width
rotate Cartesian3 new MPoint3D() optional Radar rotation angle, in degrees
scanColor Color new Color(1, 0, 0, 0.5) optional Radar scanning lobe line color
isShowScan boolean false optional Whether to display the scan lobe
scanCount Number 1.0 optional Number of scanning lobes
scene Scene Current 3D scene

Members

radii : MPoint3D

Radar radius
Default Value: new MPoint3D(1, 1, 1)

scale : Number

Radar scaling
Default Value: 1

scale : Number

Radar scaling
Default Value: 1

Methods

clone(result)PlotWarningRadar

Copy function.
Name Type Description
result PlotWarningRadar optional radar object.
Returns:
Radar object by copied.