public class NeighbourShapeCircle extends NeighbourShape
NeighbourShape
类。构造器和说明 |
---|
NeighbourShapeCircle()
构造一个新的 NeighbourShapeCircle 对象。
|
NeighbourShapeCircle(NeighbourShapeCircle parameter)
根据给定的 NeighbourShapeCircle 对象构造一个与其完全相同的相同的新对象。
|
限定符和类型 | 方法和说明 |
---|---|
double |
getRadius()
返回圆形邻域的半径。
|
NeighbourShapeType |
getShapeType()
返回邻域形状类型。
|
void |
setRadius(double value)
设置圆形邻域的半径。
|
getUnitType, setUnitType
public NeighbourShapeCircle()
public NeighbourShapeCircle(NeighbourShapeCircle parameter)
parameter
- 指定的 NeighbourShapeCircle 对象。public NeighbourShapeType getShapeType()
getShapeType
在类中 NeighbourShape
public double getRadius()
setUnitType
方法决定。public void setRadius(double value)
setUnitType
方法决定。value
- 圆形邻域的半径。Copyright © 2021–2024 SuperMap. All rights reserved.