|
libosmscout
1.1.1
|
#include <libosmscout-map/include/osmscout/MapPainter.h>

Public Attributes | |
| ObjectFileRef | ref |
| TypeInfoRef | type |
| const FeatureValueBuffer * | buffer |
| Features of the line segment, can be NULL in case of border only areas. More... | |
| FillStyleRef | fillStyle |
| Fill style. More... | |
| BorderStyleRef | borderStyle |
| Border style. More... | |
| GeoBox | boundingBox |
| Bounding box of the area. More... | |
| bool | isOuter |
| flag if this area is outer ring of some relation More... | |
| CoordBufferRange | coordRange |
| Range of coordinates in transformation buffer. More... | |
| std::list< PolyData > | clippings |
| Clipping polygons to be used during drawing of this area. More... | |
Data structure for holding temporary data about areas
| BorderStyleRef osmscout::MapPainter::AreaData::borderStyle |
Border style.
| GeoBox osmscout::MapPainter::AreaData::boundingBox |
Bounding box of the area.
| const FeatureValueBuffer* osmscout::MapPainter::AreaData::buffer |
Features of the line segment, can be NULL in case of border only areas.
| std::list<PolyData> osmscout::MapPainter::AreaData::clippings |
Clipping polygons to be used during drawing of this area.
| CoordBufferRange osmscout::MapPainter::AreaData::coordRange |
Range of coordinates in transformation buffer.
| FillStyleRef osmscout::MapPainter::AreaData::fillStyle |
Fill style.
| bool osmscout::MapPainter::AreaData::isOuter |
flag if this area is outer ring of some relation
| ObjectFileRef osmscout::MapPainter::AreaData::ref |
| TypeInfoRef osmscout::MapPainter::AreaData::type |
1.8.14