public class GeoLineParametric extends GeometryParametric
构造器和说明 |
---|
GeoLineParametric()
创建一个参数化线对象
|
GeoLineParametric(GeoLineParametric geoLine)
拷贝构造函数
|
限定符和类型 | 方法和说明 |
---|---|
GeoLineParametric |
clone()
线对象的克隆
|
GeoLine |
convertToLine()
将参数化线几何对象转为二维线几何对象。
|
GeoLine3D |
convertToLine3D()
将参数化线几何对象转为三维线几何对象。
|
void |
dispose()
回收此对象
|
double |
getLength()
返回线对象的长度,单位与数据集的单位相同。
|
addCustomGeometryCreatedListener, fromXML, getBounds, getID, getInnerPoint, getStyle, getType, getVariantID, hitTest, isEmpty, mirror, offset, removeCustomGeometryCreatedListener, resize, rotate, setBounds, setID, setStyle, toXML
public GeoLineParametric()
public GeoLineParametric(GeoLineParametric geoLine)
geoLine
- GeoLineParametricpublic GeoLineParametric clone()
public void dispose()
dispose
在接口中 IDisposable
dispose
在类中 GeometryParametric
public double getLength()
public GeoLine convertToLine()
public GeoLine3D convertToLine3D()
Copyright © 2021–2024 SuperMap. All rights reserved.