Hello list,

I'm a beginner user of geotools, and I'm trying export data in KML 
format. I have features that are grouped together, and naturally would 
like to put them in a Folder but am having difficulty to do that. Since 
when reading from KML I can access such structures as an attribute, as 
follows:

Collection placemarks = (Collection) f.getAttribute("Feature");

I was imagining that I should do it in the exact opposite way when 
writing, i.e. by attaching a FeatureCollection or Collection<Feature> as 
a property of the parent feature, but it seems to just get ignored.

Could someone please give me a hint on how to do this? Thanks a lot!

Regards,
Nhan

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to