Marble/GeoData/GeoDataWriter

    From KDE TechBase
    Revision as of 10:50, 3 August 2009 by Mansona (talk | contribs) (Created page with '== Writing XML documents with Marble == * How to set the type of writer? ** GeoParser uses a single hash table to map qualified names to the GeoParser that is to deal with tha...')
    (diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
    The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

    Writing XML documents with Marble

    • How to set the type of writer?
      • GeoParser uses a single hash table to map qualified names to the GeoParser that is to deal with that tag.
      • This will have to be dealt with differently in the GeoDataWriter because we will have to be able to deal with the one to many mapping. ( i.e. one GeoData format will be exportable to many different types of XML and we will need to choose the GeoTagWriter based on the desired XML output.