com.supermap.mobjects.electromagnetism
类 RadarPBR
- java.lang.Object
-
- com.supermap.data.InternalHandle
-
- com.supermap.data.InternalHandleDisposable
-
- com.supermap.mobjects.electromagnetism.ElectroMagnetism
-
- com.supermap.mobjects.electromagnetism.RadarPBR
-
- 所有已实现的接口:
- IDisposable
public class RadarPBR extends ElectroMagnetism
PBR材质雷达类
-
-
方法概要
所有方法 实例方法 具体方法 限定符和类型 方法和说明 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)
设置雷达半径-
从类继承的方法 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, String strTexturePath, float fSpeedV)
设置雷达参数- 参数:
point3D
- 位置点sphereColor
- 雷达包络填充色lineColor
- 外包络线颜色bGridShow
- 外包络线显示标志dRadius
- 雷达半径(雷达默认单位是千米)strTexturePath
- 雷达材纹理质资源路径fSpeedV
- 雷达材纹理质运动速度- 返回:
- 是否设置成功
-
getRadarType
public ElectroMagnetismType getRadarType()
获取雷达类型- 覆盖:
getRadarType
在类中ElectroMagnetism
- 返回:
- 雷达类型
-
setRadarRadius
public void setRadarRadius(double dRadius)
设置雷达半径- 参数:
雷达半径
-
-
getRadarRadius
public double getRadarRadius()
获取雷达半径- 返回:
- 雷达半径
-
getTexturePath
public String getTexturePath()
获取雷达纹理材质资源路径- 返回:
- 纹理材质资源路径
-
dispose
public void dispose()
对象释放- 指定者:
dispose
在接口中IDisposable
- 覆盖:
dispose
在类中ElectroMagnetism
-
-
Copyright © 2021–2024 SuperMap. All rights reserved.