开发者

String of KML needs to be converted to java objects

开发者 https://www.devze.com 2022-12-28 21:16 出处:网络
I have a string of kml coming in on a request object.I have used xjc to create the kml java objects.I am lookin开发者_运维技巧g for an easy way to create the kml nested java objects from this string.I

I have a string of kml coming in on a request object. I have used xjc to create the kml java objects. I am lookin开发者_运维技巧g for an easy way to create the kml nested java objects from this string. I could parse the string and create each object in the tree by hand but wouldn't it be cool if there was a library or something that would create the java objects for me? Something like KmlType type = parseKML(mykmlStringFromTheRequest); Then type would be a Tree of kml objects. Thanks for the help all.


JAK http://labs.micromata.de/display/jak/Home will help

0

精彩评论

暂无评论...
验证码 换一张
取 消