0

AcDbGeoPositionMarker 类如何将 x、y、z 坐标转换为 lat、lon、elv,反之亦然?

4

1 回答 1

0

使用latLonAltAcDbGeoPositionMarker 类中的方法获取 lat、lon 和 alt。setLatLonAlt设置对象 lat、lon 和 alt。geoPosition获取 X、Y 和 Z 坐标(以坐标为属性的 AcGePoint3d 对象)。

链接到文档:http://docs.autodesk.com/ACDMAC/2015/ENU/Mac_Lightsaber_Dev_Help/Reference_machtml/index.html?frmname=topic&frmfile=AcDbGeoPositionMarker__AcDbGeoPositionMarker.html

于 2016-02-23T19:01:22.080 回答