mapnik::projection Class Reference

#include <projection.hpp>

List of all members.

Public Member Functions

 projection (std::string params="+proj=latlong +ellps=WGS84")
 projection (projection const &rhs)
 ~projection ()
projectionoperator= (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


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

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


Friends And Related Function Documentation

friend class proj_transform [friend]


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

Generated for Mapnik by doxygen 1.5.7.1