libosmscout
0.1
|
#include <OverlayObject.h>
Public Member Functions | |
osmscout::RefType | getObjectType () const override |
OverlayNode (const std::vector< osmscout::Point > &nodes, QString typeName="_route", QObject *parent=Q_NULLPTR) | |
OverlayNode (QObject *parent=Q_NULLPTR) | |
bool | toNode (osmscout::NodeRef &node, const osmscout::TypeConfig &typeConfig) const |
~OverlayNode () override | |
![]() | |
osmscout::GeoBox | boundingBox () const |
LocationEntry * | getBBoxAsLocation () const |
QString | getColor () const |
std::vector< osmscout::GeoCoord > | getCoords () const |
qint8 | getLayer () const |
QString | getName () const |
QString | getObjectTypeStr () const |
std::vector< osmscout::Point > | getPoints () const |
size_t | getSize () |
QString | getTypeName () const |
OverlayObject (const OverlayObject &o) | |
OverlayObject (const std::vector< osmscout::Point > &nodes, QString typeName="_route", QObject *parent=Q_NULLPTR) | |
OverlayObject (QObject *parent=Q_NULLPTR) | |
void | setColor (const QString &c) |
void | setColorValue (Color &c) |
void | setLayer (qint8 l) |
void | setName (const QString &n) |
void | setTypeName (const QString &name) |
~OverlayObject () override | |
Additional Inherited Members | |
![]() | |
void | addPoint (double lat, double lon) |
void | clear () |
![]() | |
void | bboxChanged () |
![]() | |
osmscout::GeoBox | boundingBoxInternal () const |
std::vector< SegmentGeoBox > | segments () const |
void | setupFeatures (const osmscout::TypeInfoRef &type, osmscout::FeatureValueBuffer &features) const |
![]() | |
osmscout::GeoBox | box |
std::optional< osmscout::Color > | colorValue |
int8_t | layer {std::numeric_limits<int8_t>::max()} |
QMutex | lock |
std::vector< osmscout::Point > | nodes |
std::vector< SegmentGeoBox > | segmentsBoxes |
QString | typeName |
![]() | |
LocationEntry | boundingBox |
QString | color |
qint8 | layer |
QString | name |
QString | objectType |
int | size |
QString | type |
|
explicit |
|
explicit |
|
override |
|
inlineoverridevirtual |
Reimplemented from osmscout::OverlayObject.
References osmscout::refNode.
bool osmscout::OverlayNode::toNode | ( | osmscout::NodeRef & | node, |
const osmscout::TypeConfig & | typeConfig | ||
) | const |