[Geotools-devel] Re: ComplexDataStore - I'm developing such a complex datastore too!

2006-01-12 Thread Chris Holmes
Quoting Matthias Blech <[EMAIL PROTECTED]>: > Dear Chris Holmes, > > my name is Matthias Blech (23), I'm a student computing science > engeneering. I'm doing my practical at Con Terra GmbH > (Muenster/Germany) to prepare my diploma thesis. My Topic is to > develop a "RelationshipDataStore", what's

Re: [Geotools-devel] Re: ComplexDataStore

2005-10-31 Thread Chris Holmes
Quoting David Zwiers <[EMAIL PROTECTED]>: > The GML schema is parsed, then and cached. During the actual GML > document > parse, the cached Schema object is extracted from the cache using the > FT > (and if one isn't found ... then parse one up). This fills the gap > between > the expresiveness of

Re: [Geotools-devel] Re: ComplexDataStore

2005-10-31 Thread David Zwiers
The GML schema is parsed, then and cached. During the actual GML document parse, the cached Schema object is extracted from the cache using the FT (and if one isn't found ... then parse one up). This fills the gap between the expresiveness of XSD and our FT model.   David  On 10/29/05, [EMAIL PROT

Re: [Geotools-devel] Re: ComplexDataStore

2005-10-29 Thread jgarnett
Quoting Rob Atkinson <[EMAIL PROTECTED]>: > >That's the tricky part. So I wanted to have something that doesn't existed > in > >geotools yet, a GML schema parser that produces geotools FeatureTypes. > I'm not sure a GML schema parser is that easy - I've written a recursive > one in the past and

[Geotools-devel] Re: ComplexDataStore

2005-10-29 Thread Rob Atkinson
Thanks Gabriel, Havent had a chance to test, but this is sounding good. Comments inline Gabriel Roldán wrote: Hi Rob, this is an update on the ComplexDataStore stuff, you can download from geotools svn complex-features branch for testing it. I didn't managed to get it compiling with maven