How can I transform latitude and longitude to x,y in Java?
Posted
by hory.incpp
on Stack Overflow
See other posts from Stack Overflow
or by hory.incpp
Published on 2010-05-11T21:47:38Z
Indexed on
2010/05/11
22:14 UTC
Read the original article
Hit count: 303
Hello,
I am working on a geographic project in Java.
The input are coordinates : 24.4444 N etc Output: a PLAIN map (not round) showing the point of the coordinates.
I don't know the algorithm to transform from coordinates to x,y on a JComponent, can somebody help me?
The map looks like this: http://upload.wikimedia.org/wikipedia/commons/7/74/Mercator-projection.jpg
Thank you
© Stack Overflow or respective owner