Re: [Geotools-devel] how to make a transform

2006-08-08 Thread Simone Giannecchini
There should something like ProjectiveTransform.create(AffineTransform.getRotateInstance(0)); Simone. On 8/8/06, Martin Desruisseaux <[EMAIL PROTECTED]> wrote: > Adrian Custer a écrit : > > The code block below throws the following error. Could someone advise me > > on how to make the right trans

Re: [Geotools-devel] how to make a transform

2006-08-08 Thread Martin Desruisseaux
Adrian Custer a écrit : > The code block below throws the following error. Could someone advise me > on how to make the right transform? > > ** > SEVERE: Can't create pixel to world transform > Caused by: java.awt.geom.NoninvertibleTr

[Geotools-devel] how to make a transform

2006-08-02 Thread Adrian Custer
hey all, The code block below throws the following error. Could someone advise me on how to make the right transform? thanks, adrian ** Aug 2, 2006 12:16:53 PM org.geotools.renderer.lite.StreamingRenderer $DefaultRenderListener erro