Commit e638e71e authored by xueyimeng's avatar xueyimeng

处理坐标转换的bug

parent 130f0b45
This diff is collapsed.
...@@ -49,6 +49,8 @@ public: ...@@ -49,6 +49,8 @@ public:
bool LocalXYZ2latlon(LocalCoordinate local_xyz, double& lat, double& lon, double& height); bool LocalXYZ2latlon(LocalCoordinate local_xyz, double& lat, double& lon, double& height);
bool Latlon2LocalXYZ(double lat, double lon, double height, LocalCoordinate& local_xyz);
bool LocalXYZ2UTM(StationInfo stationInfo); bool LocalXYZ2UTM(StationInfo stationInfo);
public: public:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment