QGIS API Documentation
2.18.21-Las Palmas (9fba24a)
|
A node is one of the core elements in the OpenStreetMap data model. More...
#include <qgsosmbase.h>
Public Member Functions | |
QgsOSMNode () | |
QgsOSMNode (QgsOSMId id, const QgsPoint &point) | |
QgsPoint | point () const |
Public Member Functions inherited from QgsOSMElement | |
QgsOSMElement () | |
QgsOSMElement (QgsOSMElementID::Type t, QgsOSMId id) | |
QgsOSMElementID | elemID () const |
QgsOSMId | id () const |
bool | isValid () const |
A node is one of the core elements in the OpenStreetMap data model.
It consists of a single geospatial point using a latitude and longitude. A third optional dimension, altitude, can be recorded; key:ele and a node can also be defined at a particular layer=* or level=*. Nodes can be used to define standalone point features or be used to define the path of a way.
Definition at line 70 of file qgsosmbase.h.
|
inline |
Definition at line 73 of file qgsosmbase.h.
Definition at line 74 of file qgsosmbase.h.
|
inline |
Definition at line 79 of file qgsosmbase.h.