构造器和说明 |
---|
GeoCurve()
构造一个新的 GeoCurve 对象。
|
GeoCurve(GeoCurve geoCurve)
根据指定的 GeoCurve 对象构造一个与其完全相同的新对象。
|
GeoCurve(Point2Ds controlPoints)
根据指定的参数来构造一个 GeoCurve 的新对象。
|
限定符和类型 | 方法和说明 |
---|---|
GeoCurve |
clone()
返回当前 GeoCurve 对象的一个拷贝。
|
GeoLine |
convertToLine(int pointCountPerSegment)
将二维曲线几何对象转换为线几何对象。
|
void |
dispose()
释放该对象所占用的资源。
|
Point2Ds |
getControlPoints()
返回控制点集合。
|
double |
getLength()
返回二维曲线几何对象的长度。
|
boolean |
isEmpty()
返回二维曲线几何对象是否为空。
|
void |
setControlPoints(Point2Ds controlPoints)
设置控制点集合。
|
void |
setEmpty()
将二维曲线对象置为空
|
public GeoCurve()
public GeoCurve(GeoCurve geoCurve)
geoCurve
- 指定的 GeoCurve 对象。public GeoCurve(Point2Ds controlPoints)
controlPoints
- 控制点串。public double getLength()
public boolean isEmpty()
public void setControlPoints(Point2Ds controlPoints)
controlPoints
- 控制点集合。public GeoLine convertToLine(int pointCountPerSegment)
pointCountPerSegment
- 二维曲线的相邻控制点之间插值拟合的节点数。public GeoCurve clone()