Re: [Geotools-devel] Semantics of features aggregation and pagination

2014-05-30 Thread Andrea Aime
On Fri, May 30, 2014 at 6:58 PM, Mauro Bartolomeoli < mauro.bartolome...@geo-solutions.it> wrote: > Hi, > moving on on this, I tried the following approach: > - created a new LimitingVisitor interface with getStartIndex and > getMaxFeatures methods, to be used by visitor aware stores > - changed

Re: [Geotools-devel] Semantics of features aggregation and pagination

2014-05-30 Thread Mauro Bartolomeoli
Hi, moving on on this, I tried the following approach: - created a new LimitingVisitor interface with getStartIndex and getMaxFeatures methods, to be used by visitor aware stores - changed UniqueVisitor to implement this interface and added pagination capabilities to the visitor if those two prop

Re: [Geotools-devel] wfs-ng improvements

2014-05-30 Thread Jody Garnett
Reading a bit more carefully ... It seems to me you want me to pass on information from the GeoServer > catalog, but how is that information even available from within a geotools > module? > Not the GeoServer catalog, the GetCapabilities document of the WFS server you are contacting. The GeoServe

Re: [Geotools-devel] wfs-ng improvements

2014-05-30 Thread Jody Garnett
> 1) access to version negotiation >> > > I'm with you now on this one. The only thing I want confirmation for: the > method createGetCapabilitiesRequest doesn't appear to be called from > anywhere inside the module. Is the idea that udig calls this method > explicitly, so the version negotiation

Re: [Geotools-devel] wfs-ng improvements

2014-05-30 Thread Jody Garnett
In this case WFS Client has much better information then what the generic ContentDataStore has access to, this data structure was originally made so that WFS Server could communicate the title and description information back. Although JDBC implementations can check table metadata for title / descr

Re: [Geotools-devel] wfs-ng improvements

2014-05-30 Thread Niels Charlier
On 29/05/14 01:44, Jody Garnett wrote: > 1) access to version negotiation I'm with you now on this one. The only thing I want confirmation for: the method createGetCapabilitiesRequest doesn't appear to be called from anywhere inside the module. Is the idea that udig calls this method explicitly

Re: [Geotools-devel] wfs-ng improvements

2014-05-30 Thread Niels Charlier
Hello Jody, Regarding the info: the getInfo that passes on this information is implemented in ContentDataStore in gt-data, a class written by you two (Jody and Justin). It seems to me you want me to pass on information from the GeoServer catalog, but how is that information even available fr