|
libosmscout 1.1.1
|
#include <libosmscout/include/osmscout/projection/Projection.h>

Public Member Functions | |
| BatchTransformer (const Projection &projection) | |
| BatchTransformer (const BatchTransformer &other)=delete | |
| BatchTransformer (BatchTransformer &&other)=delete | |
| ~BatchTransformer () | |
| BatchTransformer & | operator= (const BatchTransformer &other)=delete |
| BatchTransformer & | operator= (BatchTransformer &&other)=delete |
| void | GeoToPixel (const GeoCoord &coord, double &x, double &y) |
| void | GeoToPixel (const Point &coord, double &x, double &y) |
| void | Flush () |
Public Attributes | |
| const Projection & | projection |
This class is used to hide internal complexity concerned with batching GeoToPixel calls
|
inline |
|
delete |
|
delete |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
delete |
|
delete |
| const Projection& osmscout::Projection::CLASS_FINAL::projection |