Re: [Geotools-gt2-users] Making an Operation with two GridCoverages as operand in Geotools

2009-02-19 Thread Simone Giannecchini
I have noticed myself that JAI ImageWriter are a bit inefficient in termis of memory usage. However, we would need to know a bit more about what you are doing before actually helping you out more and this one, specifically: -structure of the input data -java version -java memory used at start up

Re: [Geotools-gt2-users] Making an Operation with two GridCoverages as operand in Geotools

2009-02-19 Thread Agossa
Thanks Michael, I have already try some JAI Descriptors but the point is that I cannot write the resulting coverage in a tif file because I always receive Java heap space exception(see below). Perhaps I need to provide some parameters to avoid such an exception. Regards. Agossa. --

Re: [Geotools-gt2-users] Unable to find function when parsing OCG Filter

2009-02-19 Thread josegar74
Thanks for all Andrea. It worked. Cheers. Jose aaime wrote: > > josegar74 ha scritto: >> Hi, >> >> I'm parsing a filter like this with geotools >> >> http://www.opengis.net/ogc";> >> >> TRUE >> >> ... >> >> >> >> >> >> using next code >> >> Pars

Re: [Geotools-gt2-users] Unable to find function when parsing OCG Filter

2009-02-19 Thread Andrea Aime
josegar74 ha scritto: > Hi, > > I'm parsing a filter like this with geotools > > http://www.opengis.net/ogc";> > > TRUE > > ... > > > > > > using next code > > Parser parser; > > // create the parser with the filter 1.1 configuration > Confi

[Geotools-gt2-users] Unable to find function when parsing OCG Filter

2009-02-19 Thread josegar74
Hi, I'm parsing a filter like this with geotools http://www.opengis.net/ogc";> TRUE ... using next code Parser parser; // create the parser with the filter 1.1 configuration Configuration configuration = new org.geotools.filter.

Re: [Geotools-gt2-users] Deprecated style methods

2009-02-19 Thread Michael Bedward
2009/2/19 Benoît Thiébault : > Hi Michael, > > I tryed this but it seems the featureTypeStyles() method doesn't exist... > I'm using geotools 2.5.1 > Should I update geotools to a more recent version ? > Is changing the pom.xml file all I have to do for this ? > Oops - my mistake Benoît. I was lo