#include <Mollweide.h>
Public Member Functions | |
Mollweide (double ellipsoidSemiMajorAxis, double ellipsoidFlattening, double centralMeridian, double falseEasting, double falseNorthing) | |
Mollweide (const Mollweide &m) | |
~Mollweide (void) | |
Mollweide & | operator= (const Mollweide &m) |
MapProjection3Parameters * | getParameters () const |
MSP::CCS::MapProjectionCoordinates * | convertFromGeodetic (MSP::CCS::GeodeticCoordinates *geodeticCoordinates) |
MSP::CCS::GeodeticCoordinates * | convertToGeodetic (MSP::CCS::MapProjectionCoordinates *mapProjectionCoordinates) |
Definition at line 98 of file Mollweide.h.
Mollweide::Mollweide | ( | double | ellipsoidSemiMajorAxis, | |
double | ellipsoidFlattening, | |||
double | centralMeridian, | |||
double | falseEasting, | |||
double | falseNorthing | |||
) |
Definition at line 120 of file Mollweide.cpp.
Mollweide::Mollweide | ( | const Mollweide & | m | ) |
Definition at line 204 of file Mollweide.cpp.
Mollweide::~Mollweide | ( | void | ) |
Definition at line 222 of file Mollweide.cpp.
MSP::CCS::MapProjectionCoordinates * Mollweide::convertFromGeodetic | ( | MSP::CCS::GeodeticCoordinates * | geodeticCoordinates | ) |
Definition at line 270 of file Mollweide.cpp.
MSP::CCS::GeodeticCoordinates * Mollweide::convertToGeodetic | ( | MSP::CCS::MapProjectionCoordinates * | mapProjectionCoordinates | ) |
Definition at line 339 of file Mollweide.cpp.
MapProjection3Parameters * Mollweide::getParameters | ( | ) | const |
Definition at line 250 of file Mollweide.cpp.
Definition at line 227 of file Mollweide.cpp.