Details
Description
It would be nice to have a console where users can experiment with our reprojection capabilities, and maybe also compute geodetic distances using the GeodeticCalculator.
It would be nice to have a console where users can experiment with our reprojection capabilities, and maybe also compute geodetic distances using the GeodeticCalculator.
I don't know if it is of any use, but Geotools has a Console class for experimenting coordinate transformations on individual points:
http://javadoc.geotools.fr/snapshot/org/geotools/referencing/Console.html
Jody suggested to move this kind of classes in a tools module, which is probably a good idea.