Java Simple WGS84 Lat Lon to Pixel X, Y

Posted by Cnich on Stack Overflow See other posts from Stack Overflow or by Cnich
Published on 2010-05-10T03:10:00Z Indexed on 2010/05/10 3:18 UTC
Read the original article Hit count: 911

Filed under:
|
|
|
|

I've read a multitude of information regarding map projection today. The amount of information available is overwhelming.

I am attempting to simply convert lat, long values into a screen X, Y coordinate not using any map. I do not need the values projected onto any map, just on the window.

The window itself is representing approx. a 1500x1500 meter location. Lat, Long accuracy needed is to a 1/10th of a second.

What may be some simpler ways in converting lat/long representation to the screen?

I've read several articles and post regarding translation onto images, but nothing related to the natural java coordinate system.

Thanks for any insight.

© Stack Overflow or respective owner

Related posts about java

Related posts about gis