摘要: public class Gps { private double wgLat; private double wgLon; public Gps(double wgLat, double wgLon) { setWgLat(wgLat); setWgLon(wgLon); } public dou 阅读全文
posted @ 2017-09-05 16:00 风采 阅读(907) 评论(0) 推荐(0) 编辑
摘要: public Map<String,Double> baiduToWgs84(String bdLat,String bdLon){ Map<String,Double> map = new HashMap<String,Double>(); Double PI = 3.14159265358979 阅读全文
posted @ 2017-09-05 15:58 风采 阅读(4917) 评论(0) 推荐(0) 编辑