• 大小: 4.92KB
    文件类型: .zip
    金币: 2
    下载: 1 次
    发布日期: 2021-02-20
  • 语言: C/C++
  • 标签: 经纬度  c++  

资源简介


资源截图

代码片段和文件信息

#include 
#include 
#include “Trans.h“

using namespace std;


int main() {

    // (370975, 3200121)    (103.67704 28.91091)
//    Trans trans(8.5 -28 -14.8888 -0.888 1.9999 -3.1111 4.22222 coord::XIAN80 coord::WGS84);

    Trans trans(0 0 0 0 0 0 0 coord::WGS84 coord::WGS84);
    Point pt = Point(103.67704 28.91091 0);
    Point result_copy = trans.gaussPrj_geodetic2plane(pt 6378140
                                                      6356755.2882 1 / 298.257 3 105);
//    Trans trans2(0 0 0 0 0 0 0 coord::XIAN80 coord::WGS84);
//    Point result1_copy = trans2.gaussInversePrj_plane2geodetic(Point(18370975 3200121 0)6378137 1 / 298.2572236  6);

    cout.precision(12);
    cout.setf(ios::fixed);
    cout << “输入“ << “经纬度坐标:“ << pt.x << “   “<         result_copy.x << “,“ << result_copy.y << “,“ << result_copy.z << endl;






//    cout<}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件         979  2019-11-30 14:56  main.cpp
     文件        8571  2019-11-30 14:53  Trans.cpp
     文件        5563  2019-11-30 14:53  Trans.h

评论

共有 条评论