Michael Duergner a écrit :
I have an urgent problem. I need to get the transformation from WGS84 coordination comming from a GPS reciever working. I'm doing the following right now:

[...snip...]

The code snipset suggests that you use the legacy "Coordinate Transformation Service" framework (org.geotools.cs/ct/pt packages). Could you try with the new CRS framework please (org.geotools.referening package)? The steps are basically the same. The naming are a little bit different; the main differences are (for yours code snipset):

   old framework                   new framework
   ------------------------        ------------------------
   org.geotools.cs                 org.geotools.referencing.cs/crs/datum
   org.geotools.ct                 org.geotools.referencing.operation
   CoordinateSystem                CoordinateReferenceSystem
   GeographicCoordinateSystem      DefaultGeographicCRS
   CoordinateSystemFactory         CRSFactory


        Martin.


-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
Geotools-gt2-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users

Reply via email to