libosmscout
0.1
|
#include <MapPainter.h>
Public Attributes | |
CoordBufferRange | coordRange |
Range of coordinates of the path in transformation buffer. More... | |
double | symbolOffset |
Initial offset of the symbol. More... | |
double | symbolScale |
Potential magnification of the symbol. More... | |
double | symbolSpace |
Space between individual symbols on the contour. More... | |
CoordBufferRange osmscout::MapPainter::ContourSymbolData::coordRange |
Range of coordinates of the path in transformation buffer.
Referenced by osmscout::MapPainterCairo::DrawContourSymbol(), and osmscout::MapPainterQt::DrawContourSymbol().
double osmscout::MapPainter::ContourSymbolData::symbolOffset |
Initial offset of the symbol.
Referenced by osmscout::MapPainterCairo::DrawContourSymbol(), and osmscout::MapPainterQt::DrawContourSymbol().
double osmscout::MapPainter::ContourSymbolData::symbolScale |
Potential magnification of the symbol.
Referenced by osmscout::MapPainterCairo::DrawContourSymbol(), and osmscout::MapPainterQt::DrawContourSymbol().
double osmscout::MapPainter::ContourSymbolData::symbolSpace |
Space between individual symbols on the contour.
Referenced by osmscout::MapPainterCairo::DrawContourSymbol(), and osmscout::MapPainterQt::DrawContourSymbol().