#include <projection.hpp>
Public Member Functions | |
| projection (std::string params="+proj=latlong +ellps=WGS84") | |
| projection (projection const &rhs) | |
| ~projection () | |
| projection & | operator= (projection const &rhs) |
| bool | is_initialized () const |
| bool | is_geographic () const |
| std::string const & | params () const |
| void | forward (double &x, double &y) const |
| void | inverse (double &x, double &y) const |
Friends | |
| class | proj_transform |
| mapnik::projection::projection | ( | std::string | params = "+proj=latlong +ellps=WGS84" |
) | [explicit] |
| mapnik::projection::projection | ( | projection const & | rhs | ) |
| mapnik::projection::~projection | ( | ) |
| void mapnik::projection::forward | ( | double & | x, | |
| double & | y | |||
| ) | const |
| void mapnik::projection::inverse | ( | double & | x, | |
| double & | y | |||
| ) | const |
| bool mapnik::projection::is_geographic | ( | ) | const |
| bool mapnik::projection::is_initialized | ( | ) | const |
| projection & mapnik::projection::operator= | ( | projection const & | rhs | ) |
| std::string const & mapnik::projection::params | ( | ) | const |
friend class proj_transform [friend] |
1.4.7