Re: [OSGeo-Discuss] API-level WFS-Client implementations

2011-08-22 Thread Markus Schneider
Thanks Jody! Best regards, Markus Am 20.08.2011 03:54, schrieb Jody Garnett: > The GeoTools documentation is not extensive - as we treat WFS like any > other "datastore". > > - http://docs.geotools.org/latest/userguide/library/data/wfs.html > - http://docs.geotools.org/latest/userguide/library/

Re: [OSGeo-Discuss] API-level WFS-Client implementations

2011-08-19 Thread Jody Garnett
The GeoTools documentation is not extensive - as we treat WFS like any other "datastore". - http://docs.geotools.org/latest/userguide/library/data/wfs.html - http://docs.geotools.org/latest/userguide/library/data/wfs-ng.html The only limitation is that WFS-T support is only provided for WFS 1.

Re: [OSGeo-Discuss] API-level WFS-Client implementations

2011-08-17 Thread Dominic Lowe
Markus, The documentation is a bit lacking but you can see usage examples if you look at the doc tests here: http://trac.gispython.org/lab/browser/OWSLib/trunk/tests see the tests with the prefix wfs_ Cheers, Dominic On 17/08/11 13:49, schnei...@lat-lon.de wrote: Thanks. This looks interest

Re: [OSGeo-Discuss] API-level WFS-Client implementations

2011-08-17 Thread Markus Schneider
Thanks. This looks interesting. Is there some demo code for accessing a WFS (Retrieving capabilities, accessing feature types, querying features) by any chance? Best regards, Markus Am 17.08.2011 12:04, schrieb Dominic Lowe: > Hi Markus, > > OWSLib has a basic python WFS client: > http://gispyth

Re: [OSGeo-Discuss] API-level WFS-Client implementations

2011-08-17 Thread Dominic Lowe
Hi Markus, OWSLib has a basic python WFS client: http://gispython.org/owslib/docs/en/trunk/ Regards Dominic On 17/08/11 10:29, schnei...@lat-lon.de wrote: Hi, I am looking for WFS client implementations for accessing generic WFS servers. Something that allows me to access WFS services from m

[OSGeo-Discuss] API-level WFS-Client implementations

2011-08-17 Thread Markus Schneider
Hi, I am looking for WFS client implementations for accessing generic WFS servers. Something that allows me to access WFS services from my own code without having to deal with the protocol details. Primarily, I am looking for Java implementations, but I am also interested in other implementations