Jean Marie,
if you don't have to parse the wkt for some internal reasons, you can use the
EPSG db provided by GT.
You can then do:
boolean forceLonFirst = true;
crsDest = CRS.decode("EPSG:4326", forceLonFirst);
When you parse a wkt, I think it takes what you exactly specify. You could
probably try to swap it in the WKT, but I would try to avoid this.
Martin
------------------------------------------------------------------------------
_______________________________________________
Geotools-gt2-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users