Converting image X,Y coordinates to longitude and latitude?
问题 I have set values of minimum longitude and latitude of a specific static map image. That map image is a cut of some country. /** * Maximum longitude value of the map */ private float mapLongitudeMax; /** * Minimum longitude value of the map */ private float mapLongitudeMin; /** * Maximum latitude value of the map */ private float mapLatitudeMax; /** * Minimum latitude value of the map */ private float mapLatitudeMin; And I have a BufferedImage called mapImage . I have a method that I wrote