copy from ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/task/GeodesyUtil.java
copy to ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/util/GeodesyUtil.java
File was copied from ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/task/GeodesyUtil.java |
| | |
| | | package com.ruoyi.other.task; |
| | | package com.ruoyi.other.util; |
| | | |
| | | import com.ruoyi.common.core.utils.StringUtils; |
| | | import org.gavaghan.geodesy.Ellipsoid; |
| | |
| | | |
| | | public static void main(String[] ages){ |
| | | GeodesyUtil geodesyUtil = new GeodesyUtil(); |
| | | geodesyUtil.getDistance("115.481028,39.989643", "114.465302,40.004717"); |
| | | getDistance("115.481028,39.989643", "114.465302,40.004717"); |
| | | } |
| | | } |