PlotParameterRadarScan

Parameter Radar Scan Lobe, inherited fromPlotRadarBase

new SuperMap3D.PlotParameterRadarScan(options)

Name Type Description
options PlotParameterRadar Parameter radar object

Extends

Members

fillColor : Color

Fill color of radar envelope
Inherited From:
Default Value: new MGIS_SuperMap3D.Color(1, 0, 0, 0.5)

hideFillDis : Number

Minimum distance to hide envelope
Inherited From:

hideLinesDis : Number

Minimum distance to hide grid lines
Inherited From:

hideScanDis : Number

Minimum distance to hide the scanning lobe
Inherited From:

id : String

Radar ID
Inherited From:
Default Value: uuid

isFill : Boolean

Whether to show the fill envelope
Inherited From:
Default Value: true

isOutline : Boolean

Whether to display gridlines
Inherited From:
Default Value: true

isShowScan : Boolean

Whether to display the scan lobe
Inherited From:
Default Value: true

material : Color

Set the envelope and grid line colors uniformly, with the edge line transparency set to twice the value passed in, with a maximum of 1,
Inherited From:
Default Value: new MGIS_SuperMap3D.Color(1, 0, 0, 0.5)

offset : MPoint3D

Radar position offset
Inherited From:
Default Value: MPoint3D(0,0,0)

outlineColor : Color

Grid line color
Inherited From:
Default Value: new MGIS_SuperMap3D.Color(1, 0, 0, 1)

outlineMaterial : Material

Grid line material, mutual exclusion with grid line color, only one can take effect
Inherited From:
Default Value: undefined

outlineWidth : Number

Grid line width
Inherited From:
Default Value: 0.5

point : MPoint3D

Radar location point
Inherited From:
Default Value: MPoint3D(0,0,0)

radii : MPoint3D

Radar radius
Inherited From:
Default Value: MPoint3D(0,0,0)

rotate : MPoint3D

Radar rotation angle
Inherited From:
Default Value: MPoint3D(0,0,0)

rotateAngle : Number

Radar rotation angle
Inherited From:
Default Value: 360

scale : Number

Radar scale
Inherited From:
Default Value: 1

show : Boolean

Whether to show
Inherited From:
Default Value: true

slicePartitions : Number

Number of horizontal segmentation
Inherited From:
Default Value: 67

stackPartitions : Number

Number of vertical segmentation
Inherited From:
Default Value: 67

Methods

clone(result)PlotParameterRadarScan

Copy
Name Type Description
result PlotParameterRadarScan optional The source object to copy.
Returns:
The target object obtained after copying.

destroy()

Release resources
Inherited From:

getEffectParameter()Object

Get effect properties
Returns:
Effect properties
Inherited From:

toGeoJson_Super()Object

Effect object to JSON object
Returns:
Json object
Inherited From:

updateEffect(options)

Set effect properties (subclasses need to be overridden)
Name Type Description
options Object Objects have the following properties:
Name Type Description
point MPoint3D optional Location point
rotate MPoint3D optional Rotation
scale Number optional Scale
visible Boolean optional Show/Hide
Inherited From: