[Geotools-gt2-users] Does GeoTiffReader support FileInputStream?

2007-05-10 Thread Feng min
Hi all, Does GeoTiffReader support FileInputStream or other stream types as its data source? When I try to call the read() method of GeoTiffReader, which was created with a FileInputStream, an exception raised. …… GridCoverageReader _reader = *new* GeoTiffReader(_fileStream); //Imaging

Re: [Geotools-gt2-users] GeoTools and astronomical maps

2007-05-10 Thread Martin Desruisseaux
janek a écrit : - astronomy maps have reversed west and east (west on right east on left). Can geotools handle that? Yes as far as the referencing module and the legacy j2d renderer is concerned. Not sure about the streaming renderer. - in 99.9% spheric coordinates are used, even for

Re: [Geotools-gt2-users] What to use instead of Filter?

2007-05-10 Thread Ian Turton
On 5/8/07, Justin Deoliveira [EMAIL PROTECTED] wrote: Hi Gabriella, org.geotools.filter.* classes have been replaced with org.opengis.filter.* in geotools 2.4. The new interfaces are part of the geoapi project. But when I tried to do this upgrade in JMapPane the other week I became stuck as

Re: [Geotools-gt2-users] What to use instead of Filter?

2007-05-10 Thread Justin Deoliveira
Hi Ian, Were you creating the geoapi filters using the FilterFactory? I believe you are correct in that that interface has a dependency on geoapi geometry. However the FilterFactory2 interface is an extension which allows you to create filters without geoapi geometries. I realize that isn;t

[Geotools-gt2-users] How to draw whole countries with Meracator Projectioon(EPSG:41001)

2007-05-10 Thread 新买
Hi, I add one statement to the sample LiteRendererJFrame to test the Simple Mercator Projection. this.setCoordinateReferenceSystem(CRS.decode(EPSG:41001)); When the program start, it report : 2007-5-11 13:37:59 org.geotools.renderer.lite.LiteRenderer$DefaultRenderListener