public class RadarPie extends ElectroMagnetism
限定符和类型 | 方法和说明 |
---|---|
void |
dispose()
释放对象
|
boolean |
getIsScaneVertical()
雷达是否竖直扫描
|
double |
getRadarRadius()
获取雷达半径
|
ElectroMagnetismType |
getRadarType()
获取雷达类型
|
RadarScanState |
getVerticalScanState()
获取雷达扫描瓣外观
|
boolean |
setParameter(Point3D point3D,
Color sphereColor,
Color lineColor,
Point3D rotate,
double dAngle,
boolean bGridShow,
double dRadius)
设置雷达参数
|
void |
setRadarRadius(double dRadius)
设置雷达半径
|
void |
setRotation(Point3D point3D)
设置模型旋转
|
void |
setScaneVertical(boolean isVertical)
设置雷达是否竖直扫描
|
void |
setVerticalScanState(RadarScanState scanState)
设置雷达扫描瓣外观
|
addRadarScan, excute, fromXML, getIsGridShow, getIsVisible, getLineColor, getOffset, getPosition, getRadarAngle, getRadarScanArray, getRadarScanArrayCount, getRotation, getScaneSpeed, getSphereColor, getStrTag, removeAllRadarScan, resetRadarScan, setIsVisible, setOffset, setPosition, setScaneSpeed, toXML
public boolean setParameter(Point3D point3D, Color sphereColor, Color lineColor, Point3D rotate, double dAngle, boolean bGridShow, double dRadius)
point3D
- 位置点sphereColor
- 雷达包络填充色lineColor
- 外包络线颜色rotate
- 雷达整体旋转角度dAngle
- 扇形雷达开口角度bGridShow
- 外包络线显示标志dRadius
- 雷达半径(雷达默认单位是千米)public ElectroMagnetismType getRadarType()
getRadarType
在类中 ElectroMagnetism
public void setRadarRadius(double dRadius)
dRadius
- 雷达半径public void setRotation(Point3D point3D)
setRotation
在类中 ElectroMagnetism
point3D
- 模型旋转public double getRadarRadius()
public void setScaneVertical(boolean isVertical)
isVertical
- 雷达是否垂直扫描public boolean getIsScaneVertical()
public RadarScanState getVerticalScanState()
public void setVerticalScanState(RadarScanState scanState)
scanState
- 扫描瓣外观public void dispose()
dispose
在接口中 IDisposable
dispose
在类中 ElectroMagnetism
Copyright © 2021–2024 SuperMap. All rights reserved.