com.supermap.mobjects.electromagnetism
类 RadarMechanical
- java.lang.Object
-
- com.supermap.data.InternalHandle
-
- com.supermap.data.InternalHandleDisposable
-
- com.supermap.mobjects.electromagnetism.ElectroMagnetism
-
- com.supermap.mobjects.electromagnetism.RadarMechanical
-
- 所有已实现的接口:
- IDisposable
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)
设置雷达半径-
从类继承的方法 com.supermap.mobjects.electromagnetism.ElectroMagnetism
addRadarScan, excute, fromXML, getIsGridShow, getIsVisible, getLineColor, getOffset, getPosition, getRadarAngle, getRadarScanArray, getRadarScanArrayCount, getRotation, getScaneSpeed, getSphereColor, getStrTag, removeAllRadarScan, resetRadarScan, setIsVisible, setOffset, setPosition, setRotation, setScaneSpeed, toXML
-
-
-
-
方法详细资料
-
setParameter
public boolean setParameter(Point3D point3D, Color sphereColor, Color lineColor, boolean bGridShow, double dRadius)
设置雷达参数- 参数:
point3D
- 位置点sphereColor
- 雷达包络填充色lineColor
- 外包络线颜色bGridShow
- 外包络线显示标志dRadius
- 雷达半径(雷达默认单位是千米)- 返回:
- 是否设置成功
-
getRadarType
public ElectroMagnetismType getRadarType()
获取雷达类型- 覆盖:
getRadarType
在类中ElectroMagnetism
- 返回:
- 雷达类型
-
setRadarRadius
public void setRadarRadius(double dRadius)
设置雷达半径- 参数:
雷达半径
-
-
getRadarRadius
public double getRadarRadius()
获取雷达半径- 返回:
- 雷达半径
-
dispose
public void dispose()
释放对象- 指定者:
dispose
在接口中IDisposable
- 覆盖:
dispose
在类中ElectroMagnetism
-
-
Copyright © 2021–2024 SuperMap. All rights reserved.