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
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.
--
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
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
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.
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