| 程序包 | 说明 |
|---|---|
| org.jiang.tools.geo |
| 限定符和类型 | 方法和说明 |
|---|---|
static EasyGeo |
EasyGeo.of(EasyCoord coord) |
static EasyGeo |
EasyGeo.ofBd09(double lon,
double lat)
使用BD09坐标系构建对象
|
static EasyGeo |
EasyGeo.ofGcj02(double lon,
double lat)
使用GCJ02坐标系构建对象
|
static EasyGeo |
EasyGeo.ofWgs84(double lon,
double lat)
使用WGS84坐标系构建对象
|
EasyGeo |
EasyGeo.toBd09()
转为BD09坐标系
|
EasyGeo |
EasyGeo.toGcj02()
转为GCJ02坐标系
|
EasyGeo |
EasyGeo.toWgs84()
转为WGS84坐标系
|
| 限定符和类型 | 方法和说明 |
|---|---|
long |
EasyGeo.calculateDistance(EasyGeo easyGeo)
计算与目标位置的距离
|
Copyright © 2025 EFCloud. All rights reserved.