com.supermap.data
类 GeoLineParametric

java.lang.Object
  继承者 com.supermap.data.Geometry
      继承者 com.supermap.data.GeometryParametric
          继承者 com.supermap.data.GeoLineParametric

public class GeoLineParametric
extends GeometryParametric

参数化线几何对象类 目前,暂不支持参数化线几何对象的编辑操作。


构造方法摘要
GeoLineParametric()
          创建一个参数化线对象
GeoLineParametric(GeoLineParametric geoLine)
          拷贝构造函数
 
方法摘要
 GeoLineParametric clone()
          线对象的克隆
 void dispose()
          回收此对象
 double getLength()
          返回线对象的长度,单位与数据集的单位相同。
 
从类 com.supermap.data.GeometryParametric 继承的方法
add, get, getCount, insert, remove, set, setEmpty
 
从类 com.supermap.data.Geometry 继承的方法
addCustomGeometryCreatedListener, fromXML, getBounds, getID, getInnerPoint, getStyle, getType, getVariantID, hitTest, isEmpty, mirror, offset, removeCustomGeometryCreatedListener, resize, rotate, setID, setStyle, toXML
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

GeoLineParametric

public GeoLineParametric()
创建一个参数化线对象


GeoLineParametric

public GeoLineParametric(GeoLineParametric geoLine)
拷贝构造函数

参数:
geoLine - GeoLineParametric
方法详细信息

clone

public GeoLineParametric clone()
线对象的克隆

覆盖:
java.lang.Object 中的 clone
返回:
Geometry

dispose

public void dispose()
回收此对象

覆盖:
GeometryParametric 中的 dispose

getLength

public double getLength()
返回线对象的长度,单位与数据集的单位相同。

返回:
double