Libosmium
2.16.0
Fast and flexible C++ library for working with OpenStreetMap data
|
Go to the documentation of this file. 1 #ifndef OSMIUM_OSM_NODE_HPP
2 #define OSMIUM_OSM_NODE_HPP
44 template <
typename TDerived,
typename T>
45 class OSMObjectBuilder;
50 template <
typename TDerived,
typename T>
81 #endif // OSMIUM_OSM_NODE_HPP
Definition: osm_object_builder.hpp:402
@ node
Definition: entity_bits.hpp:68
Definition: object.hpp:64
Node()
Definition: node.hpp:55
static constexpr osmium::item_type itemtype
Definition: node.hpp:61
constexpr static bool is_compatible_to(osmium::item_type t) noexcept
Definition: node.hpp:63
Namespace for everything in the Osmium library.
Definition: assembler.hpp:53
osmium::Location m_location
Definition: node.hpp:53
osmium::Location location() const noexcept
Definition: node.hpp:67
Definition: location.hpp:271
item_type
Definition: item_type.hpp:43
Node & set_location(const osmium::Location &location) noexcept
Definition: node.hpp:71