public class GeoCardinal extends Geometry
该类主要用于 CAD 图层,是 Geometry
对象的子对象。
构造器和说明 |
---|
GeoCardinal()
构造一个新的 GeoCardinal 对象。
|
GeoCardinal(GeoCardinal geoCardinal)
根据指定的 GeoCardinal 对象构造一个与其完全相同的新对象。
|
GeoCardinal(Point2Ds controlPoints)
根据指定的参数来构造一个 GeoCardinal 的新对象。
|
限定符和类型 | 方法和说明 |
---|---|
GeoCardinal |
clone()
克隆一个Geometry对象。
|
GeoLine |
convertToLine(int pointCountPerSegment)
将二维 Cardinal 样条曲线几何对象转换为线几何对象。
|
void |
dispose()
释放该对象所占用的资源。
|
Point2Ds |
getControlPoints()
返回控制点集合。
|
double |
getLength()
返回二维 GeoCardinal 样条曲线几何对象的长度。
|
boolean |
isEmpty()
返回二维Cardinal样条曲线是否为空
|
void |
setControlPoints(Point2Ds controlPoints)
设置控制点集合。
|
void |
setEmpty()
将二维Cardinal样条曲线清空
|
addCustomGeometryCreatedListener, fromXML, getBounds, getID, getInnerPoint, getStyle, getType, getVariantID, hitTest, mirror, offset, removeCustomGeometryCreatedListener, resize, rotate, setBounds, setID, setStyle, toXML
public GeoCardinal()
public GeoCardinal(GeoCardinal geoCardinal)
geoCardinal
- 指定的 GeoCardinal 对象。public GeoCardinal(Point2Ds controlPoints)
controlPoints
- 控制点串。public double getLength()
public boolean isEmpty()
isEmpty
在类中 Geometry
Geometry.offset(double, double)
public void setControlPoints(Point2Ds controlPoints)
point2Ds
- 控制点集合。public GeoLine convertToLine(int pointCountPerSegment)
pointCountPerSegment
- 二维 Cardinal 样条曲线的相邻控制点之间插值拟合的节点数。public GeoCardinal clone()
Geometry
public void dispose()
Geometry
dispose
在接口中 IDisposable
dispose
在类中 Geometry
Copyright © 2021–2024 SuperMap. All rights reserved.