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] 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

[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