com.supermap.analyst.spatialanalyst

类 NeighbourStatisticsRectangleParameter

    • 构造器详细资料

      • NeighbourStatisticsRectangleParameter

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

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

      • getWidth

        public double getWidth()
        返回矩形邻域的宽。单位由 setUnitType 方法决定。
        返回:
        矩形邻域的宽。
        默认值:
        默认值为 0.0。
      • getHeight

        public double getHeight()
        返回矩形邻域的高。单位由 setUnitType 方法决定。
        返回:
        矩形邻域的高。
        默认值:
        默认值为 0.0。
      • setWidth

        public void setWidth(double value)
        设置矩形邻域的宽。单位由 setUnitType 方法决定。
        参数:
        value - 矩形邻域的宽。
      • setHeight

        public void setHeight(double value)
        设置矩形邻域的高。单位由 setUnitType 方法决定。
        参数:
        value - 矩形邻域的高。

Copyright © 2021–2024 SuperMap. All rights reserved.