Osm node object. More...
#include <OsmFile.h>

Public Member Functions | |
| Node ()=default | |
| Node (Id id, Attributes attributes, GPSPoint point) | |
| std::string | type () override |
Public Member Functions inherited from lanelet::osm::Primitive | |
| Primitive & | operator= (Primitive &&rhs) noexcept=default |
| Primitive & | operator= (const Primitive &rhs)=delete |
| Primitive ()=default | |
| Primitive (Primitive &&rhs) noexcept=default | |
| Primitive (const Primitive &rhs)=delete | |
| Primitive (Id id, Attributes attributes) | |
| virtual | ~Primitive ()=default |
Public Attributes | |
| GPSPoint | point |
Public Attributes inherited from lanelet::osm::Primitive | |
| Attributes | attributes |
| Id | id {0} |
|
default |
|
inline |
|
inlineoverridevirtual |
Implements lanelet::osm::Primitive.