|
libosmscout 1.1.1
|
#include <libosmscout-map/include/osmscoutmap/BatchMapPainter.h>

Public Member Functions | |
| BatchMapPainter (size_t expectedCount) | |
| virtual | ~BatchMapPainter ()=default |
| void | AddData (const MapDataRef &d, PainterType &painter) |
Protected Member Functions | |
| bool | BatchPaintInternal (const Projection &projection, const MapParameter ¶meter) |
Protected Attributes | |
| std::vector< MapDataRef > | data |
| std::vector< PainterType > | painters |
Batch renderer helps to render map based on multiple databases
|
inlineexplicit |
|
virtualdefault |
|
inline |
|
inlineprotected |
Render bach of multiple databases, step by step (
| projection | |
| parameter |
|
protected |
|
protected |