#include <Eckert4.h>
Public Member Functions | |
Eckert4 (double ellipsoidSemiMajorAxis, double ellipsoidFlattening, double centralMeridian, double falseEasting, double falseNorthing) | |
Eckert4 (const Eckert4 &e) | |
~Eckert4 (void) | |
Eckert4 & | operator= (const Eckert4 &e) |
MapProjection3Parameters * | getParameters () const |
MSP::CCS::MapProjectionCoordinates * | convertFromGeodetic (MSP::CCS::GeodeticCoordinates *geodeticCoordinates) |
MSP::CCS::GeodeticCoordinates * | convertToGeodetic (MSP::CCS::MapProjectionCoordinates *mapProjectionCoordinates) |
Definition at line 97 of file Eckert4.h.
Eckert4::Eckert4 | ( | double | ellipsoidSemiMajorAxis, | |
double | ellipsoidFlattening, | |||
double | centralMeridian, | |||
double | falseEasting, | |||
double | falseNorthing | |||
) |
Definition at line 125 of file Eckert4.cpp.
Eckert4::Eckert4 | ( | const Eckert4 & | e | ) |
Definition at line 208 of file Eckert4.cpp.
Eckert4::~Eckert4 | ( | void | ) |
Definition at line 226 of file Eckert4.cpp.
MSP::CCS::MapProjectionCoordinates * Eckert4::convertFromGeodetic | ( | MSP::CCS::GeodeticCoordinates * | geodeticCoordinates | ) |
Definition at line 274 of file Eckert4.cpp.
MSP::CCS::GeodeticCoordinates * Eckert4::convertToGeodetic | ( | MSP::CCS::MapProjectionCoordinates * | mapProjectionCoordinates | ) |
Definition at line 346 of file Eckert4.cpp.
MapProjection3Parameters * Eckert4::getParameters | ( | ) | const |
Definition at line 254 of file Eckert4.cpp.
Definition at line 231 of file Eckert4.cpp.