| | |
| | | public Integer getRgvPosI2() { |
| | | // key: 站点号 value: 基准物理位置 |
| | | Map<Integer, Integer> posMap = new HashMap<>(); |
| | | posMap.put(2003, 314954); |
| | | posMap.put(2006, 288094); |
| | | posMap.put(2009, 246574); |
| | | posMap.put(2012, 219584); |
| | | posMap.put(2015, 177934); |
| | | posMap.put(2018, 138126); |
| | | posMap.put(2021, 102124); |
| | | posMap.put(2024, 75174); |
| | | posMap.put(2027, 33748); |
| | | posMap.put(2030, 6449); |
| | | int tolerance = 200; // 允许误差范围 |
| | | posMap.put(2030, 314954); |
| | | posMap.put(2027, 288094); |
| | | posMap.put(2024, 246574); |
| | | posMap.put(2021, 219584); |
| | | posMap.put(2018, 177934); |
| | | posMap.put(2015, 138126); |
| | | posMap.put(2012, 102124); |
| | | posMap.put(2009, 75174); |
| | | posMap.put(2006, 33748); |
| | | posMap.put(2003, 6449); |
| | | int tolerance = 500; // 允许误差范围 |
| | | |
| | | for (Map.Entry<Integer, Integer> entry : posMap.entrySet()) { |
| | | int site = entry.getKey(); |