Re: [Geotools-devel] IIOMetadataFormat vs "GML in JPEG 2000"

2007-08-08 Thread Jody Garnett
I have a question ... where is the metadata module in all of this? We do have a CoverageDescription, describing the RecordType for samples and and so on ... - http://geoapi.sourceforge.net/pending/site/apidocs/org/opengis/metadata/content/CoverageDescription.html http://geoapi.sourceforge.net/pe

Re: [Geotools-devel] IIOMetadataFormat vs "GML in JPEG 2000"

2007-08-08 Thread Jody Garnett
Simplify :-) Remember you can add more later - for now cover what you need. A lot of the "indirection" defined by the OGC is only of benefit to their XML specifications. I would also like to ask if we can reuse objects more often - I would like to see a field "boundedBy" of type BoundingBox. Is

Re: [Geotools-devel] [Geoserver-devel] Templates, templates...

2007-08-08 Thread Jody Garnett
Rob is there a "normative form" of GML? My impression was you always needed to extend it. Reminds me I need to hunt down the GeoServer code that generates an xml schema given a FeatureType. Cheers, Jody Rob Atkinson wrote: > Templates are fine for new formats, but shouldnt distract us from the

Re: [Geotools-devel] Notes from the query hints proposal implementation

2007-08-08 Thread Andrea Aime
Jody Garnett ha scritto: > GeoTools.getDefaultHints() - since that may be specified on the command > line or something else crazy. > > Jody > > Andrea Aime wrote: >> Hi, >> some notes from the query hints proposal implementation. >> >> What is the right behaviour when the user did not set any hi

Re: [Geotools-devel] Query hints proposal committed

2007-08-08 Thread Jody Garnett
Checking the 2.4.x page ... to see if Jira has any ideas: - http://docs.codehaus.org/display/GEOTOOLS/2.4.x Three issues are listed as steps that must be taken before 2.4-RC0 can go out: - http://jira.codehaus.org/browse/GEOT-1397 Add dsType to DataSource factories - http://jira.codehaus.org/bro

Re: [Geotools-devel] Notes from the query hints proposal implementation

2007-08-08 Thread Jody Garnett
GeoTools.getDefaultHints() - since that may be specified on the command line or something else crazy. Jody Andrea Aime wrote: > Hi, > some notes from the query hints proposal implementation. > > What is the right behaviour when the user did not set any hint? > Shall we use an empty Hints, or the

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

2007-08-08 Thread Justin Deoliveira
Jody Garnett wrote: > Justin Deoliveira wrote: >>> If you use the "svn mv" command then your history will be maintained. >> I think you have to use svn copy to maintain history unless i am >> mistaken. svn mv will not do it. > svn cp == svn mv + svn rm I see... I mentioned it because Mark has com

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

2007-08-08 Thread Jody Garnett
There is nothing you are doing wrong :-( We were attacked by spammers and the sign up procedure changed for the wiki. Instructions to sign up are here: - http://docs.codehaus.org/display/GEOTOOLS/Home - http://docs.codehaus.org/display/GEOT/3.4+Websites There are some writing guidelines here: -

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

2007-08-08 Thread Jody Garnett
Justin Deoliveira wrote: >> If you use the "svn mv" command then your history will be maintained. > I think you have to use svn copy to maintain history unless i am > mistaken. svn mv will not do it. svn cp == svn mv + svn rm > C:\java\geoapi\trunk>svn help mv > move (mv, rename, ren): Move and/

Re: [Geotools-devel] Query hints proposal committed

2007-08-08 Thread Andrea Aime
Andrea Aime ha scritto: > Hi, > I've committed the changes for the query hints proposal. > To sum up, there are the changes to the Query and FeatureSource > interfaces, the implementations, and a sample implementation > in the postgis data store allowing to set the geometry factory > or the coordin

Re: [Geotools-devel] Query hints proposal committed

2007-08-08 Thread Justin Deoliveira
I have done a review and it looks good. Thanks Andrea. So this is the last api change for 2.4.x... So I believe there is nothing more outstanding preventing us from releasing 2.4-RC0. Any objections? I would like to do this soon. Tommorrow or perhaps even today if noone objects. -Justin Andre

[Geotools-devel] Query hints proposal committed

2007-08-08 Thread Andrea Aime
Hi, I've committed the changes for the query hints proposal. To sum up, there are the changes to the Query and FeatureSource interfaces, the implementations, and a sample implementation in the postgis data store allowing to set the geometry factory or the coordinate sequence factory (I exended Quer

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

2007-08-08 Thread Justin Deoliveira
>> > If you use the "svn mv" command then your history will be maintained. I think you have to use svn copy to maintain history unless i am mistaken. svn mv will not do it. >> Regards, >> David >> > Cheers - and thanks for all the hard work David. I will look forward to > meeting you at FO

[Geotools-devel] Notes from the query hints proposal implementation

2007-08-08 Thread Andrea Aime
Hi, some notes from the query hints proposal implementation. What is the right behaviour when the user did not set any hint? Shall we use an empty Hints, or the global defaults provided by GeoTools.getDefaultHints()? If the former is the right answer, it would be nice to have a constanst Hints.EM

[Geotools-devel] Query hints proposal approved

2007-08-08 Thread Andrea Aime
Hi, so the query hints proposal has been approved with 4 positive votes. Now, I'm going to try out the changes on my 2.4.x checkout and report back, then commit them after at least Justin and someone else had the occasion to have a look at them. Cheers Andrea -

Re: [Geotools-devel] Google projection

2007-08-08 Thread Martin Desruisseaux
Andrea Aime a écrit : > I can add a Google citation of course, but I think I have to keep the > OGC one in order for the WKT parser to pick up the projection (I may > be wrong thought). We can have both (Google and pseudo-EPSG) citations for this MapProjection. It is probably worth to have the Goo