Class Coordinate

java.lang.Object
org.miaixz.bus.core.data.Coordinate

public class Coordinate extends Object
坐标系转换相关工具类,主流坐标系包括:
  • WGS84坐标系:即地球坐标系,中国外谷歌地图
  • GCJ02坐标系:即火星坐标系,高德、腾讯、阿里等使用
  • BD09坐标系:即百度坐标系,GCJ02坐标系经加密后的坐标系。百度、搜狗等使用

坐标转换相关参考: https://tool.lu/coordinate/ 参考:https://github.com/JourWon/coordinate-transform

Since:
Java 17+
Author:
Kimi Liu