com.supermap.data
类 GeoLineParametric
- java.lang.Object
-
- com.supermap.data.InternalHandle
-
- com.supermap.data.InternalHandleDisposable
-
- com.supermap.data.Geometry
-
- com.supermap.data.GeometryParametric
-
- com.supermap.data.GeoLineParametric
-
- 所有已实现的接口:
- IDisposable
public class GeoLineParametric extends GeometryParametric
参数化线几何对象类 目前,暂不支持参数化线几何对象的编辑操作。
-
-
构造器概要
构造器 构造器和说明 GeoLineParametric()
创建一个参数化线对象GeoLineParametric(GeoLineParametric geoLine)
拷贝构造函数
-
方法概要
所有方法 实例方法 具体方法 限定符和类型 方法和说明 GeoLineParametric
clone()
线对象的克隆GeoLine
convertToLine()
将参数化线几何对象转为二维线几何对象。GeoLine3D
convertToLine3D()
将参数化线几何对象转为三维线几何对象。void
dispose()
回收此对象double
getLength()
返回线对象的长度,单位与数据集的单位相同。-
从类继承的方法 com.supermap.data.Geometry
addCustomGeometryCreatedListener, fromXML, getBounds, getID, getInnerPoint, getStyle, getType, getVariantID, hitTest, isEmpty, mirror, offset, removeCustomGeometryCreatedListener, resize, rotate, setBounds, setID, setStyle, toXML
-
-
-
-
构造器详细资料
-
GeoLineParametric
public GeoLineParametric()
创建一个参数化线对象
-
GeoLineParametric
public GeoLineParametric(GeoLineParametric geoLine)
拷贝构造函数- 参数:
geoLine
- GeoLineParametric
-
-
方法详细资料
-
clone
public GeoLineParametric clone()
线对象的克隆
-
dispose
public void dispose()
回收此对象- 指定者:
dispose
在接口中IDisposable
- 覆盖:
dispose
在类中GeometryParametric
-
getLength
public double getLength()
返回线对象的长度,单位与数据集的单位相同。- 返回:
- double
-
convertToLine
public GeoLine convertToLine()
将参数化线几何对象转为二维线几何对象。- 返回:
- 二维线几何对象。
-
convertToLine3D
public GeoLine3D convertToLine3D()
将参数化线几何对象转为三维线几何对象。- 返回:
- 三维线几何对象。
-
-
Copyright © 2021–2024 SuperMap. All rights reserved.