com.supermap.mobjects.electromagnetism

类 RadarMechanical

    • 构造器详细资料

      • RadarMechanical

        public RadarMechanical(Scene scene,
                               String tag)
        机械雷达的构成函数
        参数:
        scene - 当前三维场景
        strTag - 雷达标识(可以为空字符串)
    • 方法详细资料

      • setParameter

        public boolean setParameter(Point3D point3D,
                                    Color sphereColor,
                                    Color lineColor,
                                    boolean bGridShow,
                                    double dRadius)
        设置雷达参数
        参数:
        point3D - 位置点
        sphereColor - 雷达包络填充色
        lineColor - 外包络线颜色
        bGridShow - 外包络线显示标志
        dRadius - 雷达半径(雷达默认单位是千米)
        返回:
        是否设置成功
      • setRadarRadius

        public void setRadarRadius(double dRadius)
        设置雷达半径
        参数:
        雷达半径 -
      • getRadarRadius

        public double getRadarRadius()
        获取雷达半径
        返回:
        雷达半径

Copyright © 2021–2024 SuperMap. All rights reserved.