Difference between revisions of "GSoC KML Read - Construction Draft"

From OSGeo
Jump to navigation Jump to search
Line 3: Line 3:
  
 
== Description ==
 
== Description ==
In the middle is the KML class, which encapsulates all functions done with and on KML files.
+
In the middle is the KML class, which encapsulates all functions done with and on KML files. All the XML-parsing and logic are inside the class.
  
 
On the left and right side are GDAL (the raster part) and OGR (the vector part). Both use the KML class to read and write their data.
 
On the left and right side are GDAL (the raster part) and OGR (the vector part). Both use the KML class to read and write their data.
 +
 +
== Technics ==
 +
* The planned XML-parser is Expat (see [http://trac.osgeo.org/gdal/wiki/XmlParser XmlParser])
 +
 +
== Notes ==
 +
* The tile raster function can perhaps be the same as the normal raster functions

Revision as of 04:24, 24 June 2007

Schema

Construction.jpg

Description

In the middle is the KML class, which encapsulates all functions done with and on KML files. All the XML-parsing and logic are inside the class.

On the left and right side are GDAL (the raster part) and OGR (the vector part). Both use the KML class to read and write their data.

Technics

  • The planned XML-parser is Expat (see XmlParser)

Notes

  • The tile raster function can perhaps be the same as the normal raster functions