|
libosmscout
1.1.1
|
#include <libosmscout-map/include/osmscout/Styles.h>
Public Member Functions | |
| Symbol (const std::string &name) | |
| void | AddPrimitive (const DrawPrimitiveRef &primitive) |
| std::string | GetName () const |
| const std::list< DrawPrimitiveRef > & | GetPrimitives () const |
| void | GetBoundingBox (const Projection &projection, double &minX, double &minY, double &maxX, double &maxY) const |
| double | GetWidth (const Projection &projection) const |
| double | GetHeight (const Projection &projection) const |
Definition of a symbol. A symbol consists of a list of DrawPrimitives with with assigned rendering styles.
|
explicit |
| void osmscout::Symbol::AddPrimitive | ( | const DrawPrimitiveRef & | primitive | ) |
|
inline |
bounding box in pixels for given projection
|
inline |
height in pixels for given projection
|
inline |
|
inline |
|
inline |
width in pixels for given projection
1.8.14