< Marble
Difference between revisions of "Marble/GeoData"
(description moved from GraphicsViewGeoParser) |
(Putting Parsing into a special page of its own) |
||
Line 8: | Line 8: | ||
The Geodata objects are all modeled after the Google KML files as defined in the [http://code.google.com/apis/kml/documentation/kml_tags_21.html KML documentation]. | The Geodata objects are all modeled after the Google KML files as defined in the [http://code.google.com/apis/kml/documentation/kml_tags_21.html KML documentation]. | ||
− | + | ;[[/GeoDataParsing|Parsing GeoData]] | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 16:34, 31 July 2009
GeoData Overview
GeoData holds the data model that is internally used for any geographic information which should be rendered. It deals whith the data only, drawing is performed elsewhere.
GeoDataDocument describes a document.
A model representation is built through parsing of files and creating a stack of GeoDataObject representing its data. The Geodata objects are all modeled after the Google KML files as defined in the KML documentation.
This page was last edited on 31 July 2009, at 16:34. Content is available under Creative Commons License SA 4.0 unless otherwise noted.