#include <Neys.h>
Public Member Functions | |
| Neys (double ellipsoidSemiMajorAxis, double ellipsoidFlattening, double centralMeridian, double originLatitude, double standardParallel, double falseEasting, double falseNorthing) | |
| Neys (const Neys &n) | |
| ~Neys (void) | |
| Neys & | operator= (const Neys &n) |
| NeysParameters * | getParameters () const |
| MSP::CCS::MapProjectionCoordinates * | convertFromGeodetic (MSP::CCS::GeodeticCoordinates *geodeticCoordinates) |
| MSP::CCS::GeodeticCoordinates * | convertToGeodetic (MSP::CCS::MapProjectionCoordinates *mapProjectionCoordinates) |
Definition at line 104 of file Neys.h.
| Neys::Neys | ( | double | ellipsoidSemiMajorAxis, | |
| double | ellipsoidFlattening, | |||
| double | centralMeridian, | |||
| double | originLatitude, | |||
| double | standardParallel, | |||
| double | falseEasting, | |||
| double | falseNorthing | |||
| ) |
| MSP::CCS::MapProjectionCoordinates * Neys::convertFromGeodetic | ( | MSP::CCS::GeodeticCoordinates * | geodeticCoordinates | ) |
| MSP::CCS::GeodeticCoordinates * Neys::convertToGeodetic | ( | MSP::CCS::MapProjectionCoordinates * | mapProjectionCoordinates | ) |
| NeysParameters * Neys::getParameters | ( | ) | const |
1.6.3