Name | Type | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
Object |
The parameters required to initialize the radar:
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
scene |
Scene | Current 3D scene |
Extends
Members
-
customPts : Array.<Cartesian2>
-
Rotating Radar 2D Polygon Point String
- Inherited From:
-
Scanning lobe rotation speed (how many degrees per second)
- Inherited From:
- Default Value:
1
-
Does the radar scan up and down?
-
Default Value:
false
-
The angle of each layer of the radar
-
Default Value:
5
-
Radar vertical end angle
-
Default Value:
385
-
Radar vertical start angle
-
Default Value:
335
-
radii : MPoint3D
-
Radar radius
Methods
-
Add radar scan lobe
Name Type Description scan
PlotRotateRadarScan - Inherited From:
-
Release resources
-
getScanArray() → Array.<PlotRotateRadarScan>
-
Get the array of radar lobes
Returns:
Array of radar lobes- Inherited From:
-
getVerticalScanFillColor() → Color
-
Get the upper and lower scanning lobe fill color
Returns:
Upper and lower scanning filler color -
Get whether the upper and lower scanning lobes are filled
Returns:
Whether the upper and lower scanning lobes are filled -
Get whether the upper and lower scanning lobes display sidelines
Returns:
Whether the upper and lower scanning lobes show sidelines -
getVerticalScanOutLineColor() → Color
-
Get the upper and lower scanning lobe edge line color
Returns:
Upper and lower scanning lobe edge line color -
Delete all scan lobes
- Inherited From:
-
Deletes the scan lobe for the specified index
Name Type Description index
Number Returns:
Deleted result- Inherited From:
-
Replace the designated scan lobe with a new scan lobe
Name Type Description scan
PlotRotateRadarScan index
Number Returns:
True on success, false otherwise.- Inherited From:
-
setScanArray(scanArray) → Array.<PlotRotateRadarScan>
-
Set the array of radar scanning lobes
Name Type Description scanArray
PlotRotateRadarScan Returns:
Array of radar scanning lobes- Inherited From:
-
Set fill color of upper and lower scanning lobe
Name Type Description value
Color Vaule of color -
Set whether the upper and lower scanning lobes are filled
Name Type Description value
Boolean -
Set whether the upper and lower scanning lobes display sidelines
Name Type Description value
Boolean -
Set the upper and lower scanning lobe edge line color
Name Type Description value
Color