Re: [Geotools-devel] Integration of coverage and getInfo

2008-02-05 Thread Gabriel Roldán
Hey, so you're no longer getting the xlink not found error? I'll try to deploy the required geotools snapshots as needed, sorry for the grief. Also, I've updated copy.xml to download the xpp3 dependency from the correct repo, its an xml pull parser used in wfs. cheers, Gabriel On Tuesday 05 Fe

Re: [Geotools-devel] Integration of coverage and getInfo

2008-02-05 Thread jgarnett
This work has been deployed as a maven snapshot (for the udig build). This snapshot also includes: - some stuff from gabriel - some stuff in the cql module jody > Jody Garnett wrote: > > This looks to be the one we are using. I noticed that all useful > > implemenations extend: > > - AbstractGri

Re: [Geotools-devel] Integration of coverage and getInfo

2008-02-04 Thread Jody Garnett
Jody Garnett wrote: > This looks to be the one we are using. I noticed that all useful > implemenations extend: > - AbstractGridCoverage2DReader > > So I will add the methods here. > Ended up with: - getInfo(): ServiceInfo - getInfo( String subname ): ResourceInfo I have added a default implem

[Geotools-devel] Integration of coverage and getInfo

2008-02-04 Thread Jody Garnett
Not sure if simone or martin actually looked at this pending change? I am adding a couple of methods to GridCoverageReader ... It looks like the following is no longer in use: - org.geotools.coverage.io.GridCoverageReader (even though it was only added in 2.4?) - org.geotools.coverage.io.Exorefe