A partial Java port of the PROJ.4 map projection library. Most projections are implemented, but datum conversion is still lacking. Original port by Jerry Huxtable www.jhlabs.com, now maintained by Bernhard Jenny.
This project moved to https://github.com/OSUCartography/JMapProjLib
This reimplementation is a pure java reimplementation of proj.4 ( https://sourceforge.net/projects/freshmeat_proj.4/ ) instead of a jni wrapper around the native proj.4 libraries