com.supermap.analyst.spatialanalyst
类 NeighbourShapeCircle
- java.lang.Object
-
- com.supermap.analyst.spatialanalyst.NeighbourShape
-
- com.supermap.analyst.spatialanalyst.NeighbourShapeCircle
-
public class NeighbourShapeCircle extends NeighbourShape
圆形邻域形状类,继承自NeighbourShape
类。
-
-
构造器概要
构造器 构造器和说明 NeighbourShapeCircle()
构造一个新的 NeighbourShapeCircle 对象。NeighbourShapeCircle(NeighbourShapeCircle parameter)
根据给定的 NeighbourShapeCircle 对象构造一个与其完全相同的相同的新对象。
-
方法概要
所有方法 实例方法 具体方法 限定符和类型 方法和说明 double
getRadius()
返回圆形邻域的半径。NeighbourShapeType
getShapeType()
返回邻域形状类型。void
setRadius(double value)
设置圆形邻域的半径。-
从类继承的方法 com.supermap.analyst.spatialanalyst.NeighbourShape
getUnitType, setUnitType
-
-
-
-
构造器详细资料
-
NeighbourShapeCircle
public NeighbourShapeCircle()
构造一个新的 NeighbourShapeCircle 对象。
-
NeighbourShapeCircle
public NeighbourShapeCircle(NeighbourShapeCircle parameter)
根据给定的 NeighbourShapeCircle 对象构造一个与其完全相同的相同的新对象。- 参数:
parameter
- 指定的 NeighbourShapeCircle 对象。
-
-
方法详细资料
-
getShapeType
public NeighbourShapeType getShapeType()
返回邻域形状类型。- 指定者:
getShapeType
在类中NeighbourShape
- 返回:
- 邻域形状类型。
-
getRadius
public double getRadius()
返回圆形邻域的半径。单位由setUnitType
方法决定。- 返回:
- 圆形邻域的半径。
- 默认值:
- 默认值为 0.0。
-
setRadius
public void setRadius(double value)
设置圆形邻域的半径。单位由setUnitType
方法决定。- 参数:
value
- 圆形邻域的半径。- 默认值:
- 默认值为 0.0。
-
-
Copyright © 2021–2024 SuperMap. All rights reserved.