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