com.supermap.analyst.spatialanalyst
类 NeighbourStatisticsWedgeParameter

java.lang.Object
  继承者 com.supermap.analyst.spatialanalyst.NeighbourStatisticsParameter
      继承者 com.supermap.analyst.spatialanalyst.NeighbourStatisticsWedgeParameter

public class NeighbourStatisticsWedgeParameter
extends NeighbourStatisticsParameter

扇形邻域统计分析参数类,继承自 NeighbourStatisticsParameter 类。该类为扇形邻域统计分析提供必要的参数信息,如扇形的起始角度、终止角度、半径及邻域形状等。


构造方法摘要
NeighbourStatisticsWedgeParameter()
          构造一个新的 NeighbourStatisticsWedgeParameter 对象。
NeighbourStatisticsWedgeParameter(NeighbourStatisticsWedgeParameter parameter)
          根据给定的 NeighbourStatisticsWedgeParameter 对象构造一个与其完全相同的新对象。
 
方法摘要
 double getEndAngle()
          返回扇形邻域的终止角度。
 double getRadius()
          返回扇形邻域的半径。
 NeighbourShapeType getShapeType()
          返回邻域形状。
 double getStartAngle()
          返回扇形邻域的起始角度。
 void setEndAngle(double value)
          设置扇形邻域的终止角度。
 void setRadius(double value)
          设置扇形邻域的半径。
 void setStartAngle(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
 

构造方法详细信息

NeighbourStatisticsWedgeParameter

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


NeighbourStatisticsWedgeParameter

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

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

getShapeType

public NeighbourShapeType getShapeType()
返回邻域形状。

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

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 - 扇形邻域的终止角度。

getRadius

public double getRadius()
返回扇形邻域的半径。单位由 setUnitType 方法决定。

返回:
扇形邻域的半径。
默认值:
默认值为 0.0。

setRadius

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

参数:
value - 扇形邻域的半径。