Gold, Joshua K wrote: > Is that a correct statement? After digging in the WFS code for 2 days > to find out why some data wasn’t coming through my FeatureCollection > objects, I found a comment in the > > EmfAppSchemaParser. If that is true, it is. So far the best we can do (lack of resources, not capacity) is to flatten out complex types in a way to account only for the top most simple properties in the feature type. That is, if you read a complex type the datastore will truncate it to its simple properties.
> what is the appropriate way to > write something to handle complex types? Do I write my own > WFSResponseParserFactory? Either that or help out debugging the geotools StreamingParser which _should_ provide for application schema assisted streamed parsing but the last time I checked quickly produced out of memory exceptions. You can do so simply by using switching the GetFeature response parser that's currently being used. If you feel like giving it a try tell me and I could give you more directions. Cheers, Gabriel > > > > Thanks, > > josh gold > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------------ > This SF.Net email is sponsored by the Verizon Developer Community > Take advantage of Verizon's best-in-class app development support > A streamlined, 14 day to market process makes app distribution fast and easy > Join now and get one step closer to millions of Verizon customers > http://p.sf.net/sfu/verizon-dev2dev > > > ------------------------------------------------------------------------ > > _______________________________________________ > Geotools-gt2-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users -- Gabriel Roldan OpenGeo - http://opengeo.org Expert service straight from the developers. ------------------------------------------------------------------------------ This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev _______________________________________________ Geotools-gt2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
