Re: [Geotools-devel] DataStore.getView(Query.ALL) behavior

2007-06-26 Thread Jody Garnett
Christophe Rousson wrote: > Working on DataCache to pass MemoryDataStoreTest. > > I've come to a question : > > Query.ALL is a generic query, et .getTypeName() yields a null. > A DataStore may repesent many FeatureTypes. > What behavior should then have DataStore.getView(Query.ALL) ? Should > it

Re: [Geotools-devel] DataStore.getView(Query.ALL) behavior

2007-06-26 Thread Andrea Aime
Christophe Rousson ha scritto: > > Working on DataCache to pass MemoryDataStoreTest. > > I've come to a question : > > Query.ALL is a generic query, et .getTypeName() yields a null. > A DataStore may repesent many FeatureTypes. > What behavior should then have DataStore.getView(Query.ALL) ? Sho

[Geotools-devel] DataStore.getView(Query.ALL) behavior

2007-06-26 Thread Christophe Rousson
Working on DataCache to pass MemoryDataStoreTest. I've come to a question : Query.ALL is a generic query, et .getTypeName() yields a null. A DataStore may repesent many FeatureTypes. What behavior should then have DataStore.getView(Query.ALL) ? Should it create an heterogeneous set of features w