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