Osmium
0.1
|
#include <meta.hpp>
Public Member Functions | |
Meta () | |
Meta (const Bounds &bounds) | |
Bounds & | bounds () |
const Bounds & | bounds () const |
bool | has_multiple_object_versions () const |
Meta & | has_multiple_object_versions (bool h) |
Private Attributes | |
Bounds | m_bounds |
bool | m_has_multiple_object_versions |
Osmium::OSM::Meta::Meta | ( | ) | [inline] |
Osmium::OSM::Meta::Meta | ( | const Bounds & | bounds | ) | [inline] |
Bounds& Osmium::OSM::Meta::bounds | ( | ) | [inline] |
const Bounds& Osmium::OSM::Meta::bounds | ( | ) | const [inline] |
bool Osmium::OSM::Meta::has_multiple_object_versions | ( | ) | const [inline] |
Meta& Osmium::OSM::Meta::has_multiple_object_versions | ( | bool | h | ) | [inline] |
Bounds Osmium::OSM::Meta::m_bounds [private] |
bool Osmium::OSM::Meta::m_has_multiple_object_versions [private] |
Are there possibly multiple versions of the same object in this stream of objects? This is true for history files and for change files, but not for normal OSM files.