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
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

NeighbourStatisticsRectangleParameter

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


NeighbourStatisticsRectangleParameter

public NeighbourStatisticsRectangleParameter(NeighbourStatisticsRectangleParameter parameter)
根据给定的 NeighbourStatisticsRectangleParameter 对象构造一个与其完全相同的新对象。

参数:
parameter - 指定的 NeighbourStatisticsRectangleParameter 对象。
方法详细信息

getShapeType

public NeighbourShapeType getShapeType()
返回邻域类型。

指定者:
NeighbourStatisticsParameter 中的 getShapeType
返回:
邻域形状。

getHeight

public double getHeight()
返回矩形邻域的高。单位由 setUnitType 方法决定。

返回:
矩形邻域的高。
默认值:
默认值为 0.0。

setHeight

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

参数:
value - 矩形邻域的高。

getWidth

public double getWidth()
返回矩形邻域的宽。单位由 setUnitType 方法决定。

返回:
矩形邻域的宽。
默认值:
默认值为 0.0。

setWidth

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

参数:
value - 矩形邻域的宽。