[Geotools-devel] arcgrid reader

2010-04-30 Thread andrea antonello
Hi, I have a question about the ArcGrid reader. I am trying to test it on subregion reading. So I create a GeneralParameterValue to pass to the reader like this: GeneralParameterValue[] readParams = new GeneralParameterValue[1]; Parameter readGG = new Parameter( Ab

Re: [Geotools-devel] Filter Performance

2010-04-30 Thread Jody Garnett
Perhaps I see; you are caching both a set of FeatureId and a set of String? It is more that you have provided an entire new implementation; rather then a patch which would show us what you have changed (and by extension what you are talking about). Jody On 30/04/2010, at 11:49 PM, Jody Garnett

Re: [Geotools-devel] Filter Performance

2010-04-30 Thread Jody Garnett
So here is where I am confused; I am keen for more performance but what is the difference here? what has changed are you changing the Set inside the Id filter? was it like a TreeSet and now a HashSet? Jody On 30/04/2010, at 11:20 PM, Charles Ballance wrote: > Jody, I've updated the Jira

[Geotools-devel] Start of a GML tutorial - creating an xsd

2010-04-30 Thread Jody Garnett
Hi Michael: In updating code today I found the following in a javadoc: FeatureType type = ...; // you have it from somewhere FeatureTypeTransformer t = new FeatureTypeTransformer(); t.transform(type, System.out); Apparently it will write out an XMLSchema - giving us the start of a GML tutorial

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

2010-04-30 Thread Jody Garnett
Sounds good; please go ahead ... the only thing missing before was test cases (and me not wanting another dependency). Jody On 30/04/2010, at 10:39 PM, Daniele Romagnoli wrote: > Hi Jody, > I have updated the patches for both GEOT-3039 and GEOT-3040, by adding test > cases. > Please, let me kno

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

2010-04-30 Thread Daniele Romagnoli
Hi Jody, I have updated the patches for both GEOT-3039 and GEOT-3040, by adding test cases. Please, let me know if you are ok with them. Regards, Daniele On Mon, Apr 26, 2010 at 9:32 AM, Jody Garnett wrote: > Cool - so if you would like to create a test case for your other two > patches I would

Re: [Geotools-devel] everyone out of the pool

2010-04-30 Thread Jody Garnett
Back in the pool ... the water is warm. And slightly yellow. Perhaps it is a sunny day. Jody On 30/04/2010, at 5:27 PM, Jody Garnett wrote: > Can I ask people to hold off commits for the next hour or so I apply the > initial patch. > We are going to churn through the proposals over the next cou

[Geotools-devel] everyone out of the pool

2010-04-30 Thread Jody Garnett
Can I ask people to hold off commits for the next hour or so I apply the initial patch. We are going to churn through the proposals over the next couple of hours... anyone is welcome to drop by IRC and help. Jody --