com.supermap.analyst.spatialanalyst

类 NeighbourStatisticsWedgeParameter



  • public class NeighbourStatisticsWedgeParameter
    extends NeighbourStatisticsParameter
    扇形邻域统计分析参数类,继承自 NeighbourStatisticsParameter 类。该类为扇形邻域统计分析提供必要的参数信息,如扇形的起始角度、终止角度、半径及邻域形状等。
    • 构造器详细资料

      • NeighbourStatisticsWedgeParameter

        public NeighbourStatisticsWedgeParameter()
        构造一个新的 NeighbourStatisticsWedgeParameter 对象。
      • NeighbourStatisticsWedgeParameter

        public NeighbourStatisticsWedgeParameter(NeighbourStatisticsWedgeParameter parameter)
        根据给定的 NeighbourStatisticsWedgeParameter 对象构造一个与其完全相同的新对象。
        参数:
        parameter - 指定的 NeighbourStatisticsWedgeParameter 对象。
    • 方法详细资料

      • getRadius

        public double getRadius()
        返回扇形邻域的半径。单位由 setUnitType 方法决定。
        返回:
        扇形邻域的半径。
        默认值:
        默认值为 0.0。
      • setRadius

        public void setRadius(double value)
        设置扇形邻域的半径。单位由 setUnitType 方法决定。
        参数:
        value - 扇形邻域的半径。
      • getStartAngle

        public double getStartAngle()
        返回扇形邻域的起始角度。单位为度。规定水平向右为 0 度,逆时针旋转计算角度。
        返回:
        扇形邻域的起始角度。
        默认值:
        默认值为 0.0。
      • setStartAngle

        public void setStartAngle(double value)
        设置扇形邻域的起始角度。单位为度。规定水平向右为 0 度,逆时针旋转计算角度。
        参数:
        value - 扇形邻域的起始角度。
      • getEndAngle

        public double getEndAngle()
        返回扇形邻域的终止角度。单位为度。规定水平向右为 0 度,逆时针旋转计算角度。
        返回:
        扇形邻域的终止角度。
        默认值:
        默认值为 0.0。
      • setEndAngle

        public void setEndAngle(double value)
        设置扇形邻域的终止角度。单位为度。规定水平向右为 0 度,逆时针旋转计算角度。
        参数:
        value - 扇形邻域的终止角度。

Copyright © 2021–2024 SuperMap. All rights reserved.