Re: [Geotools-gt2-users] Create Layer Gif file

2009-02-05 Thread Michael Bedward
If you know the geo coordinates of you GIF image you can create a grid coverage from it and add that to your map context... http://docs.codehaus.org/display/GEOTDOC/Image+Plugin Hope this helps Michael -- Create and Dep

Re: [Geotools-gt2-users] PyramidBuilder class question

2009-02-05 Thread Michael Bedward
Hi Hugo You need to update to Geotools 2.5.2 for that package Michael -- Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With Adobe AIR, Ajax developers can use existing skills and

Re: [Geotools-gt2-users] How to redirect HSQL logging message

2009-02-05 Thread Benoît Thiébault
Hi Martin, I don't think it comes from my version of log4j : I have log4j 1.2.15 which is supposed to be the last one... And curiously, it works on other machines with the same classpath... Benoît Le 2 févr. 09 à 19:22, Martin Desruisseaux a écrit : > Benoît Thiébault a écrit : >> Exception

Re: [Geotools-gt2-users] GCTP Projection

2009-02-05 Thread Martin Desruisseaux
Agossa a écrit : > Thanks a lot for your answers. My problem could be solved out if I knew how > to create a projectioncrs from scratch with some geotools class having in > hand the projection parameters(like "src_semi_major" and so one). I am using > HDFEOS file format and as Frank said there are

Re: [Geotools-gt2-users] question from off list

2009-02-05 Thread Kamineni, Rajeshwar
I don't think we personally are looking immediately for an API that would render these polygons on a GUI. Many , I spoke with prefer them to be rendered on Google earth/maps We could even use GRASS or QGIS applications in case... Its nice to such kind of rending using GeoAPI too. However

[Geotools-gt2-users] Create Layer Gif file

2009-02-05 Thread abel
Hi, i have a application what insert jts geometry. MapContext context = new DefaultMapContext(GlobalCRS.getCoordinateReferenceSystem()); GTRenderer renderer; renderer = new StreamingRenderer(); HashMap hints = new HashMap(); hints.put("memoryPreloadingEnabled", Boolean.TRUE); renderer.setRendere

Re: [Geotools-gt2-users] question from off list

2009-02-05 Thread Milton Jonathan
Hello Jody Down here we've also been playing with some ideas a little related to that topic. In the style arena, people here frequently want to display something like a 10km-wide circle (or star, or whatever) for their points - actually, they generally just want their symbols to scale accordin

[Geotools-gt2-users] PyramidBuilder class question

2009-02-05 Thread Hugo Simões
Hi, I recently found out about the geotools class PyramidBuilder from org.geotools.utils.imagepyramid and have been trying to use it in my workspace but with no success. I'm using geotools 2.5.1, but cannot import the utils package or the PyramidBuilder class. Is the class in a separate plugin that

Re: [Geotools-gt2-users] [Geotools-devel] PMC: Proposal to Retire IRC Meetings

2009-02-05 Thread Andrea Aime
Jody Garnett ha scritto: > You are correct the weekly IRC meeting has lost its will to live. In > 2003 when I joined the project was run by module of maintainers (each a > mini dictator for a section of code); and the weekly IRC meeting was the > venue when agreement and direction was taken. >

Re: [Geotools-gt2-users] GCTP Projection

2009-02-05 Thread Agossa
Dear All, Thanks a lot for your answers. My problem could be solved out if I knew how to create a projectioncrs from scratch with some geotools class having in hand the projection parameters(like "src_semi_major" and so one). I am using HDFEOS file format and as Frank said there are using this kin