Re: [Geotools-gt2-users] Parsing GML: Complex properties

2010-09-22 Thread Simon Templer
Hi, first of all, thanks for you hints - they pushed me in the right direction so I can say now that I have been quite successful parsing data sets with complex properties. In our application we're using a custom API to parse the application schema and create FeatureTypes that represent the de

Re: [Geotools-gt2-users] Parsing GML: Complex properties

2010-09-15 Thread Ben Caradoc-Davies
Jody, we have only ever encoded to application schemas, never parsed. (Simon: Jody is wondering about the app-schema module.) On 14/09/10 19:05, Jody Garnett wrote: > Ben have you tried parsing with the application application schema? Or just > encoding thus far. -- Ben Caradoc-Davies Softwar

Re: [Geotools-gt2-users] Parsing GML: Complex properties

2010-09-14 Thread Jody Garnett
The parser pays attention to the schema referenced by your GML file; for anything that it cannot find it will treat it as a hashmap. For things it can find (that extend AbstractFeature) it will parse into a Feature. Ben have you tried parsing with the application application schema? Or just enc