libosmscout
0.1
|
#include <Styles.h>
Public Types | |
enum | ProjectionMode { ProjectionMode::MAP, ProjectionMode::GROUND } |
Public Member Functions | |
void | AddPrimitive (const DrawPrimitiveRef &primitive) |
ScreenBox | GetBoundingBox (const Projection &projection) const |
bounding box in pixels for given projection More... | |
double | GetHeight (const Projection &projection) const |
height in pixels for given projection More... | |
double | GetMaxBorderWidth (const Projection &projection) const |
Maximum border width. More... | |
std::string | GetName () const |
const std::list< DrawPrimitiveRef > & | GetPrimitives () const |
Symbol::ProjectionMode | GetProjectionMode () const |
double | GetWidth (const Projection &projection) const |
width in pixels for given projection More... | |
Symbol (const std::string &name, ProjectionMode projectionMode) | |
Definition of a symbol. A symbol consists of a list of DrawPrimitives with with assigned rendering styles.
|
strong |
|
explicit |
void osmscout::Symbol::AddPrimitive | ( | const DrawPrimitiveRef & | primitive | ) |
References GROUND, MAP, and osmscout::ScreenBox::Merge().
Referenced by osmscout::oss::Parser::CIRCLE(), osmscout::oss::Parser::POLYGON(), and osmscout::oss::Parser::RECTANGLE().
|
inline |
bounding box in pixels for given projection
References osmscout::Projection::ConvertWidthToPixel(), osmscout::ScreenBox::GetMaxX(), osmscout::ScreenBox::GetMaxY(), osmscout::Projection::GetMeterInPixel(), osmscout::ScreenBox::GetMinX(), and osmscout::ScreenBox::GetMinY().
Referenced by osmscout::MapPainterCairo::DrawContourSymbol(), osmscout::MapPainterAgg::DrawSymbol(), osmscout::MapPainterSVG::DrawSymbol(), and osmscout::SymbolRenderer::Render().
|
inline |
height in pixels for given projection
References osmscout::Projection::ConvertWidthToPixel(), osmscout::ScreenBox::GetHeight(), and osmscout::Projection::GetMeterInPixel().
|
inline |
Maximum border width.
As border is not accounted to bounding box and symbol dimension, it is good to use this value as symbol margin to make sure that symbol is to cropped.
projection |
References osmscout::Projection::ConvertWidthToPixel().
|
inline |
Referenced by osmscout::MapPainterSVG::DrawSymbol().
|
inline |
|
inline |
Referenced by osmscout::SymbolRenderer::Render().
|
inline |
width in pixels for given projection
References osmscout::Projection::ConvertWidthToPixel(), osmscout::Projection::GetMeterInPixel(), and osmscout::ScreenBox::GetWidth().
Referenced by osmscout::MapPainterQt::DrawContourSymbol().