QGIS API Documentation
2.18.21-Las Palmas (9fba24a)
|
Elements (also data primitives) are the basic components in OpenStreetMap from which everything else is defined. More...
#include <qgsosmbase.h>
Public Member Functions | |
QgsOSMElement () | |
QgsOSMElement (QgsOSMElementID::Type t, QgsOSMId id) | |
QgsOSMElementID | elemID () const |
QgsOSMId | id () const |
bool | isValid () const |
Elements (also data primitives) are the basic components in OpenStreetMap from which everything else is defined.
These consist of Nodes (which define a point in space), Ways (which define a linear features and areas), and Relations - with an optional role - which are sometimes used to define the relation between other elements. All of the above can have one of more associated tags.
Definition at line 43 of file qgsosmbase.h.
|
inline |
Definition at line 46 of file qgsosmbase.h.
|
inline |
Definition at line 47 of file qgsosmbase.h.
|
inline |
Definition at line 52 of file qgsosmbase.h.
|
inline |
Definition at line 53 of file qgsosmbase.h.
|
inline |
Definition at line 49 of file qgsosmbase.h.