#include <MGRS.h>
Public Member Functions | |
MGRS (double ellipsoidSemiMajorAxis, double ellipsoidFlattening, char *ellipsoidCode) | |
MGRS (const MGRS &m) | |
~MGRS (void) | |
MGRS & | operator= (const MGRS &m) |
EllipsoidParameters * | getParameters () const |
MSP::CCS::MGRSorUSNGCoordinates * | convertFromGeodetic (MSP::CCS::GeodeticCoordinates *geodeticCoordinates, long precision) |
MSP::CCS::GeodeticCoordinates * | convertToGeodetic (MSP::CCS::MGRSorUSNGCoordinates *mgrsCoordinates) |
MSP::CCS::MGRSorUSNGCoordinates * | convertFromUTM (UTMCoordinates *utmCoordinates, long precision) |
MSP::CCS::UTMCoordinates * | convertToUTM (MSP::CCS::MGRSorUSNGCoordinates *mgrsorUSNGCoordinates) |
MSP::CCS::MGRSorUSNGCoordinates * | convertFromUPS (MSP::CCS::UPSCoordinates *upsCoordinates, long precision) |
MSP::CCS::UPSCoordinates * | convertToUPS (MSP::CCS::MGRSorUSNGCoordinates *mgrsorUSNGCoordinates) |
Definition at line 100 of file MGRS.h.
MGRS::MGRS | ( | double | ellipsoidSemiMajorAxis, | |
double | ellipsoidFlattening, | |||
char * | ellipsoidCode | |||
) |
MSP::CCS::MGRSorUSNGCoordinates * MGRS::convertFromGeodetic | ( | MSP::CCS::GeodeticCoordinates * | geodeticCoordinates, | |
long | precision | |||
) |
MSP::CCS::MGRSorUSNGCoordinates * MGRS::convertFromUPS | ( | MSP::CCS::UPSCoordinates * | upsCoordinates, | |
long | precision | |||
) |
MSP::CCS::MGRSorUSNGCoordinates * MGRS::convertFromUTM | ( | UTMCoordinates * | utmCoordinates, | |
long | precision | |||
) |
MSP::CCS::GeodeticCoordinates * MGRS::convertToGeodetic | ( | MSP::CCS::MGRSorUSNGCoordinates * | mgrsCoordinates | ) |
MSP::CCS::UPSCoordinates * MGRS::convertToUPS | ( | MSP::CCS::MGRSorUSNGCoordinates * | mgrsorUSNGCoordinates | ) |
MSP::CCS::UTMCoordinates * MGRS::convertToUTM | ( | MSP::CCS::MGRSorUSNGCoordinates * | mgrsorUSNGCoordinates | ) |
EllipsoidParameters * MGRS::getParameters | ( | ) | const |