mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
add W84Util.java
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
package cn.hutool.core.util;
|
||||
import org.junit.Test;
|
||||
|
||||
/**
|
||||
* 坐标转换工具类单元测试
|
||||
*
|
||||
* ps: 坐标转换存在一定误差,故此工具类无单元测试,无法验证,请根据实际业务判断误差值
|
||||
*
|
||||
* @author hongzhe.qin
|
||||
*/
|
||||
public class W84UtilTest {
|
||||
|
||||
|
||||
@Test
|
||||
public void gcj02tobd09Test() {
|
||||
|
||||
}
|
||||
|
||||
@Test
|
||||
public void bd09togcj02(){
|
||||
|
||||
}
|
||||
|
||||
@Test
|
||||
public void gcj02towgs84(){
|
||||
|
||||
}
|
||||
|
||||
@Test
|
||||
public void wgs84togcj02(){
|
||||
|
||||
}
|
||||
|
||||
@Test
|
||||
public void wgs84tobd09(){
|
||||
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user