OSM::Way
OSM::Way Class Reference
#include <datatypes.h>
Public Member Functions | |
Way (const Way &)=default | |
Way (Way &&other) noexcept | |
bool | isClosed () const |
constexpr bool | operator< (const Way &other) const |
Way & | operator= (const Way &other)=default |
Way & | operator= (Way &&other) noexcept |
QString | url () const |
Public Attributes | |
BoundingBox | bbox |
Id | id |
std::vector< Id > | nodes |
std::vector< Tag > | tags |
Detailed Description
An OSM way.
Definition at line 231 of file datatypes.h.
Constructor & Destructor Documentation
◆ Way()
|
inlinenoexcept |
Definition at line 235 of file datatypes.h.
Member Function Documentation
◆ isClosed()
bool OSM::Way::isClosed | ( | ) | const |
Definition at line 137 of file datatypes.cpp.
◆ operator<()
|
inlineconstexpr |
Definition at line 249 of file datatypes.h.
◆ operator=()
Definition at line 240 of file datatypes.h.
◆ url()
QString OSM::Way::url | ( | ) | const |
Definition at line 142 of file datatypes.cpp.
Member Data Documentation
◆ bbox
|
mutable |
Definition at line 256 of file datatypes.h.
◆ id
Id OSM::Way::id |
Definition at line 255 of file datatypes.h.
◆ nodes
std::vector<Id> OSM::Way::nodes |
Definition at line 257 of file datatypes.h.
◆ tags
std::vector<Tag> OSM::Way::tags |
Definition at line 258 of file datatypes.h.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Sep 27 2024 11:59:06 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Sep 27 2024 11:59:06 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.