libosmscout  0.1
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules
osmscout::Symbol Class Referencefinal

#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)
 

Detailed Description

Definition of a symbol. A symbol consists of a list of DrawPrimitives with with assigned rendering styles.

Member Enumeration Documentation

◆ ProjectionMode

Enumerator
MAP 
GROUND 

Constructor & Destructor Documentation

◆ Symbol()

osmscout::Symbol::Symbol ( const std::string &  name,
ProjectionMode  projectionMode 
)
explicit

Member Function Documentation

◆ AddPrimitive()

void osmscout::Symbol::AddPrimitive ( const DrawPrimitiveRef primitive)

◆ GetBoundingBox()

◆ GetHeight()

double osmscout::Symbol::GetHeight ( const Projection projection) const
inline

◆ GetMaxBorderWidth()

double osmscout::Symbol::GetMaxBorderWidth ( const Projection projection) const
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.

Parameters
projection
Returns
width in pixels

References osmscout::Projection::ConvertWidthToPixel().

◆ GetName()

std::string osmscout::Symbol::GetName ( ) const
inline

◆ GetPrimitives()

const std::list<DrawPrimitiveRef>& osmscout::Symbol::GetPrimitives ( ) const
inline

◆ GetProjectionMode()

Symbol::ProjectionMode osmscout::Symbol::GetProjectionMode ( ) const
inline

◆ GetWidth()

double osmscout::Symbol::GetWidth ( const Projection projection) const
inline

The documentation for this class was generated from the following files: