Re: [Geotools-devel] Google projection

2007-08-07 Thread Andrea Aime
Jody Garnett ha scritto: > Hi Andrea; looks like you worked out the details with Martin. Would it > be a lot of trouble to list "Google" as the authority on this one? We > can add a static final for them to Citations if needed. > > Or does this definition exactly line up to EPSG:13 ? No, 10

Re: [Geotools-devel] Google projection

2007-08-07 Thread Jody Garnett
Hi Andrea; looks like you worked out the details with Martin. Would it be a lot of trouble to list "Google" as the authority on this one? We can add a static final for them to Citations if needed. Or does this definition exactly line up to EPSG:13 ? Cheers, Jody Andrea Aime wrote: > Hi, > I'

Re: [Geotools-devel] Request to move DB2 plug-in from "unsupported" to "plugin"

2007-08-07 Thread Jody Garnett
Hi Dave; Thanks for working with us as we figure this out. The geometry module is is also in the "ask" phase. I will be sure to move your module over (on trunk) before I make the release. I still have some bugs I am working through before I am going to get a long enough break to make a release.

Re: [Geotools-devel] IllegalArgumentException on FeatureCollection

2007-08-07 Thread Jody Garnett
Darn I should of thought of that. We have similar class loader problems when using OSGi. Martin has provided an "escape" in the form of a FactoryIterator - but to my understanding you would need to provide your own implementation (probably based on whatever stuff Axis had going on). Cheers, Jo

Re: [Geotools-devel] Coverage metadata model

2007-08-07 Thread Bryce L Nordgren
[EMAIL PROTECTED] wrote on 08/06/2007 03:26:44 AM: > Alessio Fabiani a écrit : > > Maybe you are looking for this > > http://docs.codehaus.org/display/GEOTOOLS/J2SE+IIOMetadata > > which is quite old though. > > Thanks! Its look like an excellent page which is describing exactly > what we are >

Re: [Geotools-devel] Advice needed on HW configuration...

2007-08-07 Thread Vincent Heurteaux
Hi Simone, For one of our projects we're using a Dual Xeon dualcore with RedHat Enterprise Linux 4 (Dell PowerEdge 2600 or 2900 can't remember). we are using the official sun JDK 1.5 from REHL4 optional repository, and we've added JAI and ImageIO manually. Everything is working fine on our si

[Geotools-devel] Advice needed on HW configuration...

2007-08-07 Thread Simone Giannecchini
Hi lists, sorry for crossposting. We are in the process of buying a couple of servers, and we are considering various options for which I would like to have a feeling of what people out there think about. The best deal we can get is for 2 machines whose configurations is more or less as follows:

Re: [Geotools-devel] GSoC weekly update

2007-08-07 Thread Jan Jezek
Hi Martin, thanks for spotting the issues - almost all is clear to me and I'll correct it ASAP. I'm having just few additional comments and questions to these ones: >WarpGridTransform2D.transform >- >The method should declares "throws TransformException", and all "ca

[Geotools-devel] [jira] Created: (GEOT-1422) BoundsExtractor returns wrong envelope

2007-08-07 Thread Erik Lovlie (JIRA)
BoundsExtractor returns wrong envelope -- Key: GEOT-1422 URL: http://jira.codehaus.org/browse/GEOT-1422 Project: GeoTools Issue Type: Bug Components: core render Affects Versions: 2.3.2

Re: [Geotools-devel] GSoC weekly update

2007-08-07 Thread Martin Desruisseaux
Hello Jan I had a quick look at your work. Sorry for being so late :( WarpGridTransform2D --- Maybe we don't need to keep around the xStart, xStep, etc. private final fields, since we can get them through warp.getXStart(), warp.getXStep(), etc. methods. Unless there is a performan

[Geotools-devel] GeographicMetadataFormat

2007-08-07 Thread Martin Desruisseaux
Hello Simone I'm trying to align GeographicMetadataFormat more closely along "GML in JPEG 2000" specification, but it seems to me that a strict match is not pratical given IIOMetadataFormat intentional restrictions. You told us that you were working on such a IIOMetadataFormat on your side as well