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)
设置矩形邻域的宽。
|
getSourceDataset, getStatisticsMode, getTargetDatasetName, getTargetDatasource, getUnitType, isIgnoreNoValue, setIgnoreNoValue, setSourceDataset, setStatisticsMode, setTargetDatasetName, setTargetDatasource, setUnitType
public NeighbourStatisticsRectangleParameter()
public NeighbourStatisticsRectangleParameter(NeighbourStatisticsRectangleParameter parameter)
parameter
- 指定的 NeighbourStatisticsRectangleParameter 对象。public NeighbourShapeType getShapeType()
getShapeType
在类中 NeighbourStatisticsParameter
public double getWidth()
setUnitType
方法决定。public double getHeight()
setUnitType
方法决定。public void setWidth(double value)
setUnitType
方法决定。value
- 矩形邻域的宽。public void setHeight(double value)
setUnitType
方法决定。value
- 矩形邻域的高。Copyright © 2021–2024 SuperMap. All rights reserved.