public class RadarPBR extends ElectroMagnetism
限定符和类型 | 方法和说明 |
---|---|
void |
dispose()
对象释放
|
double |
getRadarRadius()
获取雷达半径
|
ElectroMagnetismType |
getRadarType()
获取雷达类型
|
String |
getTexturePath()
获取雷达纹理材质资源路径
|
boolean |
setParameter(Point3D point3D,
Color sphereColor,
Color lineColor,
boolean bGridShow,
double dRadius,
String strTexturePath,
float fSpeedV)
设置雷达参数
|
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, String strTexturePath, float fSpeedV)
point3D
- 位置点sphereColor
- 雷达包络填充色lineColor
- 外包络线颜色bGridShow
- 外包络线显示标志dRadius
- 雷达半径(雷达默认单位是千米)strTexturePath
- 雷达材纹理质资源路径fSpeedV
- 雷达材纹理质运动速度public ElectroMagnetismType getRadarType()
getRadarType
在类中 ElectroMagnetism
public void setRadarRadius(double dRadius)
雷达半径
- public double getRadarRadius()
public String getTexturePath()
public void dispose()
dispose
在接口中 IDisposable
dispose
在类中 ElectroMagnetism
Copyright © 2021–2024 SuperMap. All rights reserved.