com.supermap.data
类 GeoPointEPS

java.lang.Object
  继承者 com.supermap.data.Geometry
      继承者 com.supermap.data.GeometryEPS
          继承者 com.supermap.data.GeoPointEPS

public class GeoPointEPS
extends GeometryEPS

EPS点几何对象类。 目前,暂不支持EPS点几何对象的编辑操作。


构造方法摘要
GeoPointEPS()
          默认无参构造器,初始化GeoPointEPS的一个新实例
GeoPointEPS(GeoPointEPS geoPoint)
          拷贝构造函数
GeoPointEPS(PointEPS point)
          从 PointEPS初始化 GeoPoint的新实例
 
方法摘要
 GeoPointEPS clone()
          复制一个二维点对象
 void dispose()
          回收此对象
 
从类 com.supermap.data.GeometryEPS 继承的方法
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
 

构造方法详细信息

GeoPointEPS

public GeoPointEPS()
默认无参构造器,初始化GeoPointEPS的一个新实例


GeoPointEPS

public GeoPointEPS(PointEPS point)
从 PointEPS初始化 GeoPoint的新实例

参数:
point -

GeoPointEPS

public GeoPointEPS(GeoPointEPS geoPoint)
拷贝构造函数

参数:
geoPoint -
方法详细信息

dispose

public void dispose()
回收此对象

覆盖:
GeometryEPS 中的 dispose

clone

public GeoPointEPS clone()
复制一个二维点对象

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