Re: [Geotools-gt2-users] Work with GridCoverage2D

2008-04-25 Thread [EMAIL PROTECTED]
Martin, you're right. It seems as I overlooked that. I will try out the RandomIter. Thanks, Christian Am 24.04.2008 um 15:44 schrieb Martin Desruisseaux: > Isn't RandomIter close enough, especially its getSample(x,y,b) method? > > http://download.java.net/media/jai/javadoc/1.1.3/jai-apidocs/

Re: [Geotools-gt2-users] Read GeoTIFF from WCS

2008-04-25 Thread [EMAIL PROTECTED]
I got used to find workarounds in my project, so here is the workaround for this problem ;-): Since it was not possible to read the geotiff directly from the WCS server, I now save the inputstream in a local directory and afterwards use the GeoTiffReader to read the local file. Christian