Java, convert lat/lon to UTM
Posted
by Steve Kuo
on Stack Overflow
See other posts from Stack Overflow
or by Steve Kuo
Published on 2008-10-06T20:50:24Z
Indexed on
2010/05/08
13:18 UTC
Read the original article
Hit count: 371
Does anyone know of a way, in Java, to convert an earth surface position from lat, lon to UTM (say in WGS84)? I'm currently looking at Geotools but unfortunately the solution is not obvious.
© Stack Overflow or respective owner