libosmscout 1.1.1
Loading...
Searching...
No Matches
osmscout::Projection::CLASS_FINAL Class Reference

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

Collaboration diagram for osmscout::Projection::CLASS_FINAL:

Public Member Functions

 BatchTransformer (const Projection &projection)
 BatchTransformer (const BatchTransformer &other)=delete
 BatchTransformer (BatchTransformer &&other)=delete
 ~BatchTransformer ()
BatchTransformeroperator= (const BatchTransformer &other)=delete
BatchTransformeroperator= (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 Projectionprojection

Detailed Description

This class is used to hide internal complexity concerned with batching GeoToPixel calls

Constructor & Destructor Documentation

◆ ~BatchTransformer()

osmscout::Projection::CLASS_FINAL::~BatchTransformer ( )
inline

Member Function Documentation

◆ BatchTransformer() [1/3]

osmscout::Projection::CLASS_FINAL::BatchTransformer ( BatchTransformer && other)
delete

◆ BatchTransformer() [2/3]

osmscout::Projection::CLASS_FINAL::BatchTransformer ( const BatchTransformer & other)
delete

◆ BatchTransformer() [3/3]

osmscout::Projection::CLASS_FINAL::BatchTransformer ( const Projection & projection)
inlineexplicit

◆ Flush()

void osmscout::Projection::CLASS_FINAL::Flush ( )
inline

◆ GeoToPixel() [1/2]

void osmscout::Projection::CLASS_FINAL::GeoToPixel ( const GeoCoord & coord,
double & x,
double & y )
inline

◆ GeoToPixel() [2/2]

void osmscout::Projection::CLASS_FINAL::GeoToPixel ( const Point & coord,
double & x,
double & y )
inline

◆ operator=() [1/2]

BatchTransformer & osmscout::Projection::CLASS_FINAL::operator= ( BatchTransformer && other)
delete

◆ operator=() [2/2]

BatchTransformer & osmscout::Projection::CLASS_FINAL::operator= ( const BatchTransformer & other)
delete

Member Data Documentation

◆ projection

const Projection& osmscout::Projection::CLASS_FINAL::projection

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