com.supermap.analyst.spatialanalyst
类 NeighbourStatisticsRectangleParameter
- java.lang.Object
-
- com.supermap.analyst.spatialanalyst.NeighbourStatisticsParameter
-
- com.supermap.analyst.spatialanalyst.NeighbourStatisticsRectangleParameter
-
public class NeighbourStatisticsRectangleParameter extends NeighbourStatisticsParameter
矩形邻域统计分析参数类,继承自NeighbourStatisticsParameter
类。该类为矩形邻域统计分析提供必要的参数信息,如矩形的高、宽、邻域形状等。
-
-
构造器概要
构造器 构造器和说明 NeighbourStatisticsRectangleParameter()
构造一个新的 NeighbourStatisticsRectangleParameter 对象。NeighbourStatisticsRectangleParameter(NeighbourStatisticsRectangleParameter parameter)
根据给定的 NeighbourStatisticsRectangleParameter 对象构造一个与其完全相同的新对象。
-
方法概要
所有方法 实例方法 具体方法 限定符和类型 方法和说明 double
getHeight()
返回矩形邻域的高。NeighbourShapeType
getShapeType()
返回邻域类型。double
getWidth()
返回矩形邻域的宽。void
setHeight(double value)
设置矩形邻域的高。void
setWidth(double value)
设置矩形邻域的宽。-
从类继承的方法 com.supermap.analyst.spatialanalyst.NeighbourStatisticsParameter
getSourceDataset, getStatisticsMode, getTargetDatasetName, getTargetDatasource, getUnitType, isIgnoreNoValue, setIgnoreNoValue, setSourceDataset, setStatisticsMode, setTargetDatasetName, setTargetDatasource, setUnitType
-
-
-
-
构造器详细资料
-
NeighbourStatisticsRectangleParameter
public NeighbourStatisticsRectangleParameter()
构造一个新的 NeighbourStatisticsRectangleParameter 对象。
-
NeighbourStatisticsRectangleParameter
public NeighbourStatisticsRectangleParameter(NeighbourStatisticsRectangleParameter parameter)
根据给定的 NeighbourStatisticsRectangleParameter 对象构造一个与其完全相同的新对象。- 参数:
parameter
- 指定的 NeighbourStatisticsRectangleParameter 对象。
-
-
方法详细资料
-
getShapeType
public NeighbourShapeType getShapeType()
返回邻域类型。- 指定者:
getShapeType
在类中NeighbourStatisticsParameter
- 返回:
- 邻域形状。
-
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.