#include <Eckert6.h>
Public Member Functions | |
Eckert6 (double ellipsoidSemiMajorAxis, double ellipsoidFlattening, double centralMeridian, double falseEasting, double falseNorthing) | |
Eckert6 (const Eckert6 &e) | |
~Eckert6 (void) | |
Eckert6 & | operator= (const Eckert6 &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 Eckert6.h.
Eckert6::Eckert6 | ( | double | ellipsoidSemiMajorAxis, | |
double | ellipsoidFlattening, | |||
double | centralMeridian, | |||
double | falseEasting, | |||
double | falseNorthing | |||
) |
Definition at line 121 of file Eckert6.cpp.
Eckert6::Eckert6 | ( | const Eckert6 & | e | ) |
Definition at line 203 of file Eckert6.cpp.
Eckert6::~Eckert6 | ( | void | ) |
Definition at line 220 of file Eckert6.cpp.
MSP::CCS::MapProjectionCoordinates * Eckert6::convertFromGeodetic | ( | MSP::CCS::GeodeticCoordinates * | geodeticCoordinates | ) |
Definition at line 267 of file Eckert6.cpp.
MSP::CCS::GeodeticCoordinates * Eckert6::convertToGeodetic | ( | MSP::CCS::MapProjectionCoordinates * | mapProjectionCoordinates | ) |
Definition at line 334 of file Eckert6.cpp.
MapProjection3Parameters * Eckert6::getParameters | ( | ) | const |
Definition at line 247 of file Eckert6.cpp.
Definition at line 225 of file Eckert6.cpp.