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