#include <GEOREF.h>
Public Member Functions | |
GEOREF () | |
GEOREF (const GEOREF &g) | |
~GEOREF (void) | |
GEOREF & | operator= (const GEOREF &g) |
MSP::CCS::GEOREFCoordinates * | convertFromGeodetic (MSP::CCS::GeodeticCoordinates *geodeticCoordinates, long precision) |
MSP::CCS::GeodeticCoordinates * | convertToGeodetic (MSP::CCS::GEOREFCoordinates *GEOREFString) |
Definition at line 99 of file GEOREF.h.
GEOREF::GEOREF | ( | ) |
Definition at line 278 of file GEOREF.cpp.
GEOREF::GEOREF | ( | const GEOREF & | g | ) |
Definition at line 284 of file GEOREF.cpp.
GEOREF::~GEOREF | ( | void | ) |
Definition at line 291 of file GEOREF.cpp.
MSP::CCS::GEOREFCoordinates * GEOREF::convertFromGeodetic | ( | MSP::CCS::GeodeticCoordinates * | geodeticCoordinates, | |
long | precision | |||
) |
Definition at line 308 of file GEOREF.cpp.
MSP::CCS::GeodeticCoordinates * GEOREF::convertToGeodetic | ( | MSP::CCS::GEOREFCoordinates * | GEOREFString | ) |
Definition at line 396 of file GEOREF.cpp.
Definition at line 296 of file GEOREF.cpp.