com.supermap.mobjects.situationsimulation

类 GeoEntityEffectDetecttoncone

    • 构造器详细资料

      • GeoEntityEffectDetecttoncone

        public GeoEntityEffectDetecttoncone()
        构造函数
    • 方法详细资料

      • getBottomPosition

        public Point3D getBottomPosition()
        获取探测波底面圆中心点。
        返回:
        探测波底面圆中心点。
      • setBottomPosition

        public void setBottomPosition(Point3D ptBottom)
        设置探测波底面圆中心点。
        参数:
        ptBottom - 探测波底面圆中心点。
      • getRadius

        public double getRadius()
        获取探测波底面圆半径。
        返回:
        探测波底面圆半径。
      • setRadius

        public void setRadius(double dRadius)
        设置探测波底面圆半径。
        参数:
        dRadius - 探测波底面圆半径。
      • getStyle3D

        public GeoStyle3D getStyle3D()
        获取样式。
        返回:
        样式。
      • setStyle3D

        public void setStyle3D(GeoStyle3D geoStyle3D)
        设置样式。
        参数:
        geoStyle3D - 样式。
      • getConeType

        public DetecttonconeType getConeType()
        获取锥类型。
        返回:
        锥类型。
      • setConeType

        public void setConeType(DetecttonconeType nConeType)
        设置锥类型。
        参数:
        nConeType - 锥类型。
      • getCircleConeTopStyle3D

        public GeoStyle3D getCircleConeTopStyle3D()
        获取圆锥侧面样式(圆锥模式生效)。
        返回:
        样式。
      • setCircleConeTopStyle3D

        public void setCircleConeTopStyle3D(GeoStyle3D style3D)
        设置圆锥侧面样式(圆锥模式生效)。
        参数:
        style3D - 样式。
      • getSquareConeTopLineStyle3D

        public GeoStyle3D getSquareConeTopLineStyle3D()
        获取方锥侧面线样式(方锥模式生效)。
        返回:
        样式。
      • setSquareConeTopLineStyle3D

        public void setSquareConeTopLineStyle3D(GeoStyle3D style3D)
        设置方锥侧面线样式(方锥模式生效)。
        参数:
        style3D - 样式。
      • getSquareConeTopLineRowCount

        public int getSquareConeTopLineRowCount()
        获取方锥侧面线行数(方锥模式生效)。
        返回:
        行数。
      • setSquareConeTopLineRowCount

        public void setSquareConeTopLineRowCount(int nRowCount)
        设置方锥侧面线行数(方锥模式生效)。
        参数:
        nRowCount - 行数。
      • getSquareConeBottomGridRowCount

        public int getSquareConeBottomGridRowCount()
        获取方锥底面网格行数(方锥模式生效)。
        返回:
        行数。
      • setSquareConeBottomGridRowCount

        public void setSquareConeBottomGridRowCount(int nRowCount)
        设置方锥底面网格行数(方锥模式生效)。
        参数:
        nRowCount - 行数。
      • getSquareConeBottomGridColumnCount

        public int getSquareConeBottomGridColumnCount()
        获取方锥底面网格列数(方锥模式生效)。
        返回:
        列数。
      • setSquareConeBottomGridColumnCount

        public void setSquareConeBottomGridColumnCount(int nColumnCount)
        设置方锥底面网格列数(方锥模式生效)。
        参数:
        nColumnCount - 列数。

Copyright © 2021–2024 SuperMap. All rights reserved.