根据指定起始终止点计算测地线,返回结果线对象。

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

语法

C#
public static GeoLine ComputeGeodesicLine(
	Point2D startPoint,
	Point2D endPoint,
	GeodesicLineParameter parameter
)

参数

startPoint
Type: SuperMap.Data..::.Point2D
输入的测地线起始点。
endPoint
Type: SuperMap.Data..::.Point2D
输入的测地线终止点。
parameter
Type: SuperMap.Data..::.GeodesicLineParameter
构造测点线的参数对象。详见(GeodesicLineParameter)。

返回值

构造测地线成功,返回测地线对象,否则返回null。

版本信息

SuperMap iObjects .NET


请参见