mapnik::projection Class Reference
#include <projection.hpp>
List of all members.
Constructor & Destructor Documentation
| mapnik::projection::projection |
( |
std::string |
params = "+proj=latlong +ellps=WGS84" |
) |
[explicit] |
| mapnik::projection::projection |
( |
projection const & |
rhs |
) |
|
| mapnik::projection::~projection |
( |
|
) |
|
Member Function Documentation
| bool mapnik::projection::is_initialized |
( |
|
) |
const |
| bool mapnik::projection::is_geographic |
( |
|
) |
const |
| std::string const & mapnik::projection::params |
( |
|
) |
const |
| void mapnik::projection::forward |
( |
double & |
x, |
|
|
double & |
y | |
|
) |
| | const |
| void mapnik::projection::inverse |
( |
double & |
x, |
|
|
double & |
y | |
|
) |
| | const |
Friends And Related Function Documentation
The documentation for this class was generated from the following files: