Re: [Geotools-gt2-users] Coordinates conversion

2007-08-21 Thread mj
Martin Desruisseaux ha scritto: > mj a écrit : > >> Excuse me, after I send the e-mail I tried again and this time not worked. >> > > Could you send us an example of source coordinates that don't produces the > expected target coordinates please? Any log (

Re: [Geotools-gt2-users] Coordinates conversion

2007-08-20 Thread mj
mj ha scritto: > Martin Desruisseaux ha scritto: >> mj a écrit : >> >>> I need to convert CH1903 / LV03 in wgs84 on a mousemove event on my >>> map. >>> Problem: sometimes conversion is working somtimes not. >>> When working coordintes sho

Re: [Geotools-gt2-users] Coordinates conversion

2007-08-20 Thread mj
Martin Desruisseaux ha scritto: > mj a écrit : > >> I need to convert CH1903 / LV03 in wgs84 on a mousemove event on my map. >> Problem: sometimes conversion is working somtimes not. >> When working coordintes shown are ok expamle: 9°00.15' 46°11.59' >&g

[Geotools-gt2-users] Coordinates conversion

2007-08-20 Thread mj
Hello, I need to convert CH1903 / LV03 in wgs84 on a mousemove event on my map. Problem: sometimes conversion is working somtimes not. When working coordintes shown are ok expamle: 9°00.15' 46°11.59' When not working coordinates show are: 0°04.0' -80°59' Code in the my app initializatione: _m

Re: [Geotools-gt2-users] GeoTiffReader and Encrypted Image

2006-11-13 Thread mj
Simone Giannecchini ha scritto: > Ciao mj, > well if the question is if it possible to decrypt a geotiff on the fly > using the actual GeoTiffReader (2.3.x and above) the answer is yeah > (ok, I have to check but I am pretty positive :-) ). You would have to > create your own I

[Geotools-gt2-users] GeoTiffReader and Encrypted Image

2006-11-13 Thread mj
Hello, I encrypted a Image with javax.crypto, is possible pass to the GeoTiffReader a Cipher class to decrypt the image. Thanks Mario - Using Tomcat but need to do more? Need to support web services, security? Get stuff d

Re: [Geotools-gt2-users] Big rasters

2006-11-10 Thread mj
Hello Simone, I used GeoTiffReader to display a tiff as a background of an vector layer. I had troubles with GeoTools 2.2x "out of memory", but with GeoTools 2.3.x It worked. So GeoTiffReader is simple to use and works, mybe just a little more documentation is missing ( for all GeoTools

Re: [Geotools-gt2-users] Big rasters

2006-11-06 Thread mj
Simone Giannecchini ha scritto: > Hi, > could you provide some more hints about what you are doing? GeoTools > version, data format, etc.. > > > Thanks, > Simone. > > On 11/6/06, Andrea Aime <[EMAIL PROTECTED]> wrote: >> mj ha scritto: >> > Hello,

Re: [Geotools-gt2-users] Big rasters

2006-11-06 Thread mj
Andrea Aime ha scritto: > mj ha scritto: >> Hello, >> how to manage big rasters for GridCoverage? >> I 'm getting out of memory and increasing a jvm memory isn't a solution. > > Use the 2.3.x branch, it's the only one that can handle big raster. > More

[Geotools-gt2-users] Big rasters

2006-11-06 Thread mj
Hello, how to manage big rasters for GridCoverage? I 'm getting out of memory and increasing a jvm memory isn't a solution. Thanks for suggestions - Using Tomcat but need to do more? Need to support web services, security?