将经纬度的点转成以经纬度作为插入点的ENU坐标。

命名空间:  SuperMap.Realspace
程序集:  SuperMap.Realspace (in SuperMap.Realspace)
版本: dll

语法

C#
public static List<Point3D> LonLatToENU(
	List<Point3D> ptList,
	Point3D lonlat
)

参数

ptList
Type: System.Collections.Generic..::.List<(Of <(Point3D>)>)
经纬度的三维点集。
lonlat
Type: SuperMap.Data..::.Point3D
输入一个经纬度的三维点作为插入点。

返回值

ENU坐标的三维点集。

版本信息

SuperMap iObjects .NET

受以下版本支持: 10.2.0, 10.2.1, 11.0.0, 11.0.1, 11.1.1, 11.2.0, 11.2.1

请参见