Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-devel] WFS GML DataStore

Hi Norman, 

My plan was to implements the WFS specification parsing as an extension
to the GML parser (will move from udig to geotools Monday). You should
be able to write this up, as it is essentially implementing a "WFSSchema
implements Schema" class, where the Type.getValue(...) methods are
customized to return meta-data, feature collections etc.
 instead of default Object[]. You could use the GML classes in
org.geotools.xml.gml as an example for the parsing portion, and look at
the wms client code for an example using the metadata classes
(org.geotools.metadata). 

Please feel free to send me any questions you have. I will be starting
into the wfs realm in about a week so, we should work together on this
one. 

As a side note, the parser will probably be getting a 'hints' param
added around to allow for buffers to be passed in ... I will be adding
streaming to the gml stuff soon.

David


On Thu, 2004-07-15 at 08:17, Norman Barker wrote:
> Hi,
> 
> I have been looking at the Geotools web site and I see the proposed 
> development for the GML WFS datastore,
> this is something I am interested in.
> 
> Is this something I can code up (with some guidance), or can you give me 
> an indication of when it would be ready?
> 
> Thanks,
> 
> Norman



Back to the top