demo: public static void main(String[] args) { GCJ02ToWGS84 a=new GCJ02ToWGS84(); HashMap hm= a.delta(22.456, 114.345); System.out.println(hm); }