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