Re: [Geotools-devel] parsing gml

2010-05-31 Thread Jody Garnett
So what did you do to make featurecollection encoding/decoding work for GeoServer WPS? I would like to do the same thing myself for some of the process test cases. Jody On 01/06/2010, at 12:47 AM, Justin Deoliveira wrote: > Yeah, the gtxml method is horrible from a IDE point of view. One thing

Re: [Geotools-devel] parsing gml

2010-05-31 Thread Justin Deoliveira
Yeah, the gtxml method is horrible from a IDE point of view. One thing I always planned to do was add shortcut classes: GMLParser/GMLEncoder FilterParser/FilterEncoder etc... On 10-05-31 12:44 AM, Jody Garnett wrote: > Time has come for me to tackle one of Micaheal's requests from a couple > mo

Re: [Geotools-devel] parsing gml

2010-05-31 Thread Jody Garnett
A few more for the mix: - GMLReader - this is the jts reader - XmlSimpleFeatureParser - StreamingParserFeatureReader On 31/05/2010, at 4:44 PM, Jody Garnett wrote: > Time has come for me to tackle one of Micaheal's requests from a couple > months ago ... How do we parse/encode GML. > > To start

[Geotools-devel] parsing gml

2010-05-30 Thread Jody Garnett
Time has come for me to tackle one of Micaheal's requests from a couple months ago ... How do we parse/encode GML. To start with I have asked a few co-workers that have tried GeoTools parsing lately. Mostly I got a list of ways that do not work. Interestingly they all share an approach in commo