[Geotools-devel] [jira] Created: (GEOT-3038) patch for adding arcbinary (aig) reader leveraging imageio-ext

2010-04-13 Thread Andrea Antonello (JIRA)
patch for adding arcbinary (aig) reader leveraging imageio-ext -- Key: GEOT-3038 URL: http://jira.codehaus.org/browse/GEOT-3038 Project: GeoTools Issue Type: Improvement C

[Geotools-devel] Aig reader

2010-04-13 Thread andrea antonello
Hi Simone/Daniele (since you are maintainers), I have added the Aig reader to the imageio-ext-gdal plugin and tested it. The patch is attached here: http://jira.codehaus.org/browse/GEOT-3038 Could you please give it an eye? Thanks, Andrea

[Geotools-devel] [jira] Created: (GEOT-3039) Add ensureNonNull utility method to Utilities class

2010-04-13 Thread Daniele Romagnoli (JIRA)
Add ensureNonNull utility method to Utilities class --- Key: GEOT-3039 URL: http://jira.codehaus.org/browse/GEOT-3039 Project: GeoTools Issue Type: Wish Components: core metadata

[Geotools-devel] [jira] Created: (GEOT-3040) Add checkEmptySourceRegion utility method to CoverageUtilities

2010-04-13 Thread Daniele Romagnoli (JIRA)
Add checkEmptySourceRegion utility method to CoverageUtilities -- Key: GEOT-3040 URL: http://jira.codehaus.org/browse/GEOT-3040 Project: GeoTools Issue Type: Wish Componen

[Geotools-devel] [jira] Created: (GEOT-3041) Add Utiltities method to DataUtilities class

2010-04-13 Thread Daniele Romagnoli (JIRA)
Add Utiltities method to DataUtilities class Key: GEOT-3041 URL: http://jira.codehaus.org/browse/GEOT-3041 Project: GeoTools Issue Type: Wish Components: core main Affects Versions:

[Geotools-devel] Proposal to move some utility methods in proper modules: Step 2: JIRA + patches

2010-04-13 Thread Daniele Romagnoli
Hi again, I'm setting up some JIRAs to handle some minor changes I would like to propose in order to arrange some common utility methods. Here below, you will find a summary with: Method, brief description, destination module, related JIRA (with attached patch). 1) public static void ensureNonNull

Re: [Geotools-devel] App Schema and others?

2010-04-13 Thread Jody Garnett
I think I figured out the problem; passing in "null" by accident and canProcess failed rather then return false. Jody On 13/04/2010, at 11:14 AM, Ben Caradoc-Davies wrote: > AppSchemaDataAccessFactory will ignore any configuration parameters map that > does not have "dbtype" set to "app-schema"

Re: [Geotools-devel] Aig reader

2010-04-13 Thread Daniele Romagnoli
Hi Andrea, I will take a look on it asap and add to the code. This can require some days since I'm doing some cleaning on the gt-imageio-ext-gdal, by also extracting/proposing some utility methods to other modules. A first "very quick" look on the patch show me an import from ...ehdr.EsriHdrImageR

Re: [Geotools-devel] Aig reader

2010-04-13 Thread andrea antonello
Hi Daniele, > I will take a look on it asap and add to the code. This can require some > days since I'm doing some cleaning on the gt-imageio-ext-gdal, by also > extracting/proposing some utility methods to other modules. Ok, great. > A first "very quick" look on the patch show me an import from

Re: [Geotools-devel] App Schema and others?

2010-04-13 Thread Ben Caradoc-Davies
On 13/04/10 20:25, Jody Garnett wrote: > I think I figured out the problem; passing in "null" by accident and > canProcess failed rather then return false. Thanks, Jody, that is a bug report. I guess the factory should be more robust. Can you confirm which parameter was null? If "url" was null,