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 对象构造一个与其完全相同的新对象。
-
方法概要
所有方法 实例方法 具体方法 限定符和类型 方法和说明 doublegetEndAngle()返回扇形邻域的终止角度。doublegetRadius()返回扇形邻域的半径。NeighbourShapeTypegetShapeType()返回邻域形状。doublegetStartAngle()返回扇形邻域的起始角度。voidsetEndAngle(double value)设置扇形邻域的终止角度。voidsetRadius(double value)设置扇形邻域的半径。voidsetStartAngle(double value)设置扇形邻域的起始角度。-
从类继承的方法 com.supermap.analyst.spatialanalyst.NeighbourStatisticsParameter
getSourceDataset, getStatisticsMode, getTargetDatasetName, getTargetDatasource, getUnitType, isIgnoreNoValue, setIgnoreNoValue, setSourceDataset, setStatisticsMode, setTargetDatasetName, setTargetDatasource, setUnitType
-
-
-
-
构造器详细资料
-
NeighbourStatisticsWedgeParameter
public NeighbourStatisticsWedgeParameter()
构造一个新的 NeighbourStatisticsWedgeParameter 对象。
-
NeighbourStatisticsWedgeParameter
public NeighbourStatisticsWedgeParameter(NeighbourStatisticsWedgeParameter parameter)
根据给定的 NeighbourStatisticsWedgeParameter 对象构造一个与其完全相同的新对象。- 参数:
parameter- 指定的 NeighbourStatisticsWedgeParameter 对象。
-
-
方法详细资料
-
getShapeType
public NeighbourShapeType getShapeType()
返回邻域形状。- 指定者:
getShapeType在类中NeighbourStatisticsParameter- 返回:
- 邻域形状。
-
getRadius
public double getRadius()
返回扇形邻域的半径。单位由setUnitType方法决定。- 返回:
- 扇形邻域的半径。
- 默认值:
- 默认值为 0.0。
-
setRadius
public void setRadius(double value)
设置扇形邻域的半径。单位由setUnitType方法决定。- 参数:
value- 扇形邻域的半径。
-
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- 扇形邻域的终止角度。
-
-
Copyright © 2021–2025 SuperMap. All rights reserved.