Specifying a parseObserver with KmlFile::CreateFromParse method?
10 views
Skip to first unread message
Bruce Forsberg
unread,
Dec 7, 2011, 5:17:15 PM12/7/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to libkml
Is there a way to specify a parseObserver with the method kmlengine::KmlFile::CreateFromParse?
I have a kml/kmz string of data and I need to get a KmlFile and parse the elements at the same time. I am currently doing this in two steps which seems to parse the stream twice. For large streams this is to much of a performance hit.