|
From: Lopes, J. (AAFC-AAC) <Jos...@AG...> - 2011-01-28 21:45:01
|
Hi, I have a set of supported CRS projections (EPSG) and I want to transform them to longitude-latitude (EPSG:4326), the information is presented in a GeoJson file. In JS with OpenLayers I could do this in one line (OpenLayers.Projection.transform(point, projFrom, projTo). Is there a simple way to do this in Java with GeoTools? (I have not worked with GeoTools referencing libraries yet...) Thanks for any help-tips... Jose |