Re: [Geotools-devel] [solved] Re: MathTransform problem/bug when parsing epsg wkt ?

2009-02-19 Thread Didrik Pinte
On Thu, 2009-02-19 at 16:00 +0100, Martin Desruisseaux wrote: > Didrik Pinte a écrit : > > Am I really forced to load JAI even if I do not need any imaging > > functions ? > > No, you get the warning but can ignore it - this is just one particular > transform whi

[Geotools-devel] [solved] Re: MathTransform problem/bug when parsing epsg wkt ?

2009-02-19 Thread Didrik Pinte
Ok, I found the culprit : >at java.awt.geom.AffineTransform.(libgcj.so.90) My eclipse ran the test file using GCJ 1.5 and not the Sun 6 JRE. Using the Sun 6 JRE, everything works fine ... Am I really forced to load JAI even if I do not need any imaging functions ? Didrik signature.asc

Re: [Geotools-devel] MathTransform problem/bug when parsing epsg wkt ?

2009-02-19 Thread Didrik Pinte
And here is the result of the test with hsqldb : --- 19-Feb-09 3:27:47 PM null null INFO: Creating cached EPSG database version 6.12.0. This operation may take a few minutes... 19-Feb-09 3:38:48 PM org.geotools.fac

Re: [Geotools-devel] MathTransform problem/bug when parsing epsg wkt ?

2009-02-19 Thread Didrik Pinte
Hi Martin, Thanks for the quick answer and the interesting information. I will test the hsqldb version and report the test results (actually the test is started but it seems creating the hsqldb database takes lot of time ...) But, isn't there a lighter way to do that ? It seems a bit of overkill

[Geotools-devel] MathTransform problem/bug when parsing epsg wkt ?

2009-02-19 Thread Didrik Pinte
Hi, I'm trying to convert WGS84 lat/lon points to NTF Lambert II (EPSG:27572) points. The following code crashes for an unknown reason : -- MathTransform transform = null; try { CoordinateReference