根据指定起始点、方位角度以及距离计算测地线,返回结果线对象。
命名空间:
SuperMap.Data程序集: SuperMap.Data (in SuperMap.Data)
版本: dll
语法
C# |
---|
public static GeoLine ComputeGeodesicLine( Point2D startPoint, double angle, double distance, GeodesicLineParameter parameter ) |
参数
- startPoint
- Type: SuperMap.Data..::.Point2D
输入的测地线起始点。
- angle
- Type: System..::.Double
输入的测地线方位角。正负均可。
- distance
- Type: System..::.Double
输入的测地线长度。单位为米。
- parameter
- Type: SuperMap.Data..::.GeodesicLineParameter
构造测点线的参数对象。详见(GeodesicLineParameter)。