com.supermap.mobjects.electromagnetism
类 RadarCustom
- java.lang.Object
-
- com.supermap.data.InternalHandle
-
- com.supermap.data.InternalHandleDisposable
-
- com.supermap.mobjects.electromagnetism.ElectroMagnetism
-
- com.supermap.mobjects.electromagnetism.RadarCustom
-
- 所有已实现的接口:
- IDisposable
public class RadarCustom extends ElectroMagnetism
自定义雷达类
-
-
构造器概要
构造器 构造器和说明 RadarCustom(Scene scene, String tag)
自定义雷达的构成函数
-
方法概要
所有方法 实例方法 具体方法 限定符和类型 方法和说明 ElectroMagnetismType
getRadarType()
获取雷达类型boolean
setParameter(Point3D point3D, Point2Ds point2Ds, double dAngle, Color sphereColor, Color lineColor, Point3D rotate, double dScale, boolean bGridShow)
设置雷达参数-
从类继承的方法 com.supermap.mobjects.electromagnetism.ElectroMagnetism
addRadarScan, dispose, 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, Point2Ds point2Ds, double dAngle, Color sphereColor, Color lineColor, Point3D rotate, double dScale, boolean bGridShow)
设置雷达参数- 参数:
point3D
- 位置点point2Ds
- 切面点串dAngle
- 切面选转角度sphereColor
- 雷达包络填充色lineColor
- 外包络线颜色rotate
- 雷达模型旋转角度(默认UGPoint3D(0,0,0))dScale
- 雷达缩放比例(雷达默认半径为10米)bGridShow
- 外包络线显示标志- 返回:
- 是否设置成功
-
getRadarType
public ElectroMagnetismType getRadarType()
获取雷达类型- 覆盖:
getRadarType
在类中ElectroMagnetism
- 返回:
- 雷达类型
-
-
Copyright © 2021–2024 SuperMap. All rights reserved.