Re: [Geotools-gt2-users] GML and SLD export in geotools

2009-02-27 Thread Jody Garnett
One more answer the xml binding gramework GTXML does encoding as well. Set up the configuration for SLD parsing and you can use it to write out SLD documents as well. - http://docs.codehaus.org/display/GEOTDOC/05+GTXML+Parsing+and+Encoding - http://docs.codehaus.org/display/GEOTDOC/SLD+XML+S

Re: [Geotools-gt2-users] OWSContext in geotools

2009-02-27 Thread Jody Garnett
I would be happy to join you in working on an OWSContext parser; in particular some of the standa...@osgeo.org email has revised the OWSContext schema to allow for Extensions in the ResourceList (so we can use these files to document local and remote files). Cheers, Jody Carsten Ehbrecht wrote

Re: [Geotools-gt2-users] WebMapServer Timeout

2009-02-27 Thread Rafael Soto
OK. I do it. On Fri, Feb 27, 2009 at 8:32 AM, Jody Garnett wrote: > Yeah that looks possible; if you create a patch I will review and apply it > to the code base.Jody > > > On Fri, Feb 27, 2009 at 10:25 PM, Rafael Soto wrote: > >> First solution(URLConnection) is better but i need to change >> Ab

Re: [Geotools-gt2-users] WebMapServer Timeout

2009-02-27 Thread Jody Garnett
Yeah that looks possible; if you create a patch I will review and apply it to the code base.Jody On Fri, Feb 27, 2009 at 10:25 PM, Rafael Soto wrote: > First solution(URLConnection) is better but i need to change > AbstractOpenWebService code... > The ideal would be that the Geotools have a meth

Re: [Geotools-gt2-users] WebMapServer Timeout

2009-02-27 Thread Rafael Soto
First solution(URLConnection) is better but i need to change AbstractOpenWebService code... The ideal would be that the Geotools have a method to set a timeout. At the time that would open the connection to the URL class internally AbstractOpenWebService it uses the methods setReadTimeout.. what d

Re: [Geotools-gt2-users] usage of MapContext area of interest

2009-02-27 Thread Michael Bedward
Hi Ben, With the current JMapPane a change in a feature layer triggers a repaint but not a recalculation of layer bounds. So perhaps the bottleneck for your data is the renderer. Michael -- Open Source Business Conferen

Re: [Geotools-gt2-users] usage of MapContext area of interest

2009-02-27 Thread Benoît Thiébault
That would be nice indeed. My only limit there is that my client wants me to use geotools 2.5, so I'm not sure I will be allowed to use your new version in the end. I will have a look at it anyway, it's interesting. I have another remark about the JMapPane, regarging performances... They are n

Re: [Geotools-gt2-users] usage of MapContext area of interest

2009-02-27 Thread Michael Bedward
2009/2/27 Benoît Thiébault : > The only problem is when you decide to resize the window containing the map > : at some point, it seems the JMapPane (or is it the StreamingRenderer ?) > asks all layers for their bounds and goes back to a view containing all your > data (even if you were zoomed in...

Re: [Geotools-gt2-users] reading geotiff from URL

2009-02-27 Thread Martin Tomko
Hi Simone, I have been considering this option, but unfortunately this is a no goer, it would add complexity to my service by having to handle temp files, transactions etc. I am not using much of the geotiff goodies anyway, ad I need a low level access to the coverage content relatively early on

Re: [Geotools-gt2-users] GML and SLD export in geotools

2009-02-27 Thread Carsten Ehbrecht
answering myself ;) I found some docs and i will try them out: * http://docs.codehaus.org/display/GEOTDOC/03+Using+Transformers+for+XML+Generation * http://docs.codehaus.org/display/GEOTDOC/02+DOM+Parser Cheers, Carsten > Is there some code in geotools for writing GML and SLD xml documents? Or

Re: [Geotools-gt2-users] usage of MapContext area of interest

2009-02-27 Thread Benoît Thiébault
Hi everyone, This is how I do to update a JMapPane. I created an update method taking as arguments the new area of interest and the new CRS (if you wish to change it, to perform a map rotation for instance). The fixAspectRatio method is the same than the JMapPane one. There is maybe a smart

[Geotools-gt2-users] Diagrams added to Filter / Expression documentation

2009-02-27 Thread Jody Garnett
Update page here: - http://docs.codehaus.org/display/GEOTDOC/Filter Jody -- Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the En