public class RadarMechanical extends ElectroMagnetism
构造器和说明 |
---|
RadarMechanical(Scene scene,
String tag)
机械雷达的构成函数
|
限定符和类型 | 方法和说明 |
---|---|
void |
dispose()
释放对象
|
double |
getRadarRadius()
获取雷达半径
|
ElectroMagnetismType |
getRadarType()
获取雷达类型
|
boolean |
setParameter(Point3D point3D,
Color sphereColor,
Color lineColor,
boolean bGridShow,
double dRadius)
设置雷达参数
|
void |
setRadarRadius(double dRadius)
设置雷达半径
|
addRadarScan, excute, fromXML, getIsGridShow, getIsVisible, getLineColor, getOffset, getPosition, getRadarAngle, getRadarScanArray, getRadarScanArrayCount, getRotation, getScaneSpeed, getSphereColor, getStrTag, removeAllRadarScan, resetRadarScan, setIsVisible, setOffset, setPosition, setRotation, setScaneSpeed, toXML
public boolean setParameter(Point3D point3D, Color sphereColor, Color lineColor, boolean bGridShow, double dRadius)
point3D
- 位置点sphereColor
- 雷达包络填充色lineColor
- 外包络线颜色bGridShow
- 外包络线显示标志dRadius
- 雷达半径(雷达默认单位是千米)public ElectroMagnetismType getRadarType()
getRadarType
在类中 ElectroMagnetism
public void setRadarRadius(double dRadius)
雷达半径
- public double getRadarRadius()
public void dispose()
dispose
在接口中 IDisposable
dispose
在类中 ElectroMagnetism
Copyright © 2021–2024 SuperMap. All rights reserved.