public abstract class NeighbourShape extends Object
邻域按照形状可分为:矩形邻域、圆形邻域、环形邻域和扇形邻域。邻域形状的相关参数设置,可通过 NeighbourShape
的派生类:NeighbourShapeRectangle
、
NeighbourShapeCircle
、
NeighbourShapeAnnulus
和
NeighbourShapeWedge
来分别完成。
限定符和类型 | 方法和说明 |
---|---|
abstract NeighbourShapeType |
getShapeType()
返回邻域形状类型。
|
NeighbourUnitType |
getUnitType()
返回邻域统计的单位类型。
|
void |
setUnitType(NeighbourUnitType value)
设置邻域统计的单位类型。
|
public abstract NeighbourShapeType getShapeType()
public NeighbourUnitType getUnitType()
NeighbourUnitType.CELL
。public void setUnitType(NeighbourUnitType value)
value
- 邻域统计的单位类型。Copyright © 2021–2024 SuperMap. All rights reserved.