QGIS API Documentation  2.12.0-Lyon
Classes | Typedefs
qgsosmbase.h File Reference
#include <QString>
#include "qgspoint.h"
#include <sqlite3.h>
Include dependency graph for qgsosmbase.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QgsOSMElement
 Elements (also data primitives) are the basic components in OpenStreetMap from which everything else is defined. More...
 
struct  QgsOSMElementID
 
class  QgsOSMNode
 A node is one of the core elements in the OpenStreetMap data model. More...
 
class  QgsOSMTags
 This class is a container of tags for a node, way or a relation. More...
 
class  QgsOSMWay
 A way is an ordered list of nodes which normally also has at least one tag or is included within a Relation. More...
 

Typedefs

typedef qint64 QgsOSMId
 

Typedef Documentation

typedef qint64 QgsOSMId

Definition at line 10 of file qgsosmbase.h.