public class GeoPointParametric extends GeometryParametric
构造器和说明 |
---|
GeoPointParametric()
默认无参构造器,初始化GeoPointParametric的一个新实例
|
GeoPointParametric(GeoPointParametric geoPoint)
拷贝构造函数
|
GeoPointParametric(PointParametric point)
从 PointParametric初始化 GeoPointParametric的新实例
|
限定符和类型 | 方法和说明 |
---|---|
GeoPointParametric |
clone()
复制一个参数化点对象
|
GeoPoint |
convertToPoint()
参数化点几何对象转为二维点几何对象。
|
GeoPoint3D |
convertToPoint3D()
参数化点几何对象转化为三维点几何对象。
|
void |
dispose()
回收此对象
|
addCustomGeometryCreatedListener, fromXML, getBounds, getID, getInnerPoint, getStyle, getType, getVariantID, hitTest, isEmpty, mirror, offset, removeCustomGeometryCreatedListener, resize, rotate, setBounds, setID, setStyle, toXML
public GeoPointParametric()
public GeoPointParametric(PointParametric point)
point
- PointParametricpublic GeoPointParametric(GeoPointParametric geoPoint)
geoPoint
- GeoPointParametricpublic void dispose()
dispose
在接口中 IDisposable
dispose
在类中 GeometryParametric
public GeoPointParametric clone()
public GeoPoint convertToPoint()
public GeoPoint3D convertToPoint3D()
Copyright © 2021–2024 SuperMap. All rights reserved.