com.supermap.data
类 GeoPointParametric
- java.lang.Object
-
- com.supermap.data.InternalHandle
-
- com.supermap.data.InternalHandleDisposable
-
- com.supermap.data.Geometry
-
- com.supermap.data.GeometryParametric
-
- com.supermap.data.GeoPointParametric
-
- 所有已实现的接口:
- IDisposable
public class GeoPointParametric extends GeometryParametric
参数化点几何对象类 目前,暂不支持参数化点几何对象的编辑操作。
-
-
构造器概要
构造器 构造器和说明 GeoPointParametric()
默认无参构造器,初始化GeoPointParametric的一个新实例GeoPointParametric(GeoPointParametric geoPoint)
拷贝构造函数GeoPointParametric(PointParametric point)
从 PointParametric初始化 GeoPointParametric的新实例
-
方法概要
所有方法 实例方法 具体方法 限定符和类型 方法和说明 GeoPointParametric
clone()
复制一个参数化点对象GeoPoint
convertToPoint()
参数化点几何对象转为二维点几何对象。GeoPoint3D
convertToPoint3D()
参数化点几何对象转化为三维点几何对象。void
dispose()
回收此对象-
从类继承的方法 com.supermap.data.Geometry
addCustomGeometryCreatedListener, fromXML, getBounds, getID, getInnerPoint, getStyle, getType, getVariantID, hitTest, isEmpty, mirror, offset, removeCustomGeometryCreatedListener, resize, rotate, setBounds, setID, setStyle, toXML
-
-
-
-
构造器详细资料
-
GeoPointParametric
public GeoPointParametric()
默认无参构造器,初始化GeoPointParametric的一个新实例
-
GeoPointParametric
public GeoPointParametric(PointParametric point)
从 PointParametric初始化 GeoPointParametric的新实例- 参数:
point
- PointParametric
-
GeoPointParametric
public GeoPointParametric(GeoPointParametric geoPoint)
拷贝构造函数- 参数:
geoPoint
- GeoPointParametric
-
-
方法详细资料
-
dispose
public void dispose()
回收此对象- 指定者:
dispose
在接口中IDisposable
- 覆盖:
dispose
在类中GeometryParametric
-
clone
public GeoPointParametric clone()
复制一个参数化点对象
-
convertToPoint
public GeoPoint convertToPoint()
参数化点几何对象转为二维点几何对象。- 返回:
- 二维点几何对象。
-
convertToPoint3D
public GeoPoint3D convertToPoint3D()
参数化点几何对象转化为三维点几何对象。- 返回:
- 三维点几何对象。
-
-
Copyright © 2021–2024 SuperMap. All rights reserved.