com.supermap.analyst.spatialanalyst
类 NeighbourShape
- java.lang.Object
-
- com.supermap.analyst.spatialanalyst.NeighbourShape
-
public abstract class NeighbourShape extends Object
邻域形状基类。邻域按照形状可分为:矩形邻域、圆形邻域、环形邻域和扇形邻域。邻域形状的相关参数设置,可通过
NeighbourShape
的派生类:NeighbourShapeRectangle
、NeighbourShapeCircle
、NeighbourShapeAnnulus
和NeighbourShapeWedge
来分别完成。
-
-
方法概要
所有方法 实例方法 抽象方法 具体方法 限定符和类型 方法和说明 abstract NeighbourShapeType
getShapeType()
返回邻域形状类型。NeighbourUnitType
getUnitType()
返回邻域统计的单位类型。void
setUnitType(NeighbourUnitType value)
设置邻域统计的单位类型。
-
-
-
方法详细资料
-
getShapeType
public abstract NeighbourShapeType getShapeType()
返回邻域形状类型。- 返回:
- 邻域形状类型。
-
getUnitType
public NeighbourUnitType getUnitType()
返回邻域统计的单位类型。- 返回:
- 邻域统计的单位类型。
- 默认值:
- 默认值为
NeighbourUnitType.CELL
。
-
setUnitType
public void setUnitType(NeighbourUnitType value)
设置邻域统计的单位类型。- 参数:
value
- 邻域统计的单位类型。
-
-
Copyright © 2021–2024 SuperMap. All rights reserved.