#include <ArGPSCoords.h>
Inheritance diagram for ArMapGPSCoords:

Public Member Functions | |
| ArMapGPSCoords (ArLLACoords org) | |
| bool | convertLLA2MapCoords (const ArLLACoords &lla, double &ea, double &no, double &up) |
| bool | convertLLA2MapCoords (const double lat, const double lon, const double alt, double &ea, double &no, double &up) const |
| bool | convertMap2LLACoords (const double ea, const double no, const double up, double &lat, double &lon, double &alt) const |
Public Attributes | |
| ArECEFCoords * | myOriginECEF |
| ArLLACoords * | myOriginLLA |
| bool | myOriginSet |
| bool ArMapGPSCoords::convertLLA2MapCoords | ( | const double | lat, | |
| const double | lon, | |||
| const double | alt, | |||
| double & | ea, | |||
| double & | no, | |||
| double & | up | |||
| ) | const |
Actual function which does the conversion from LLA to Map Coords.
| lat,: | Latitude coords. | |
| lon,: | Longitude coords. | |
| alt,: | Altitude coords. | |
| ea,: | East coords. | |
| no,: | North coords. | |
| up,: | Up coords. |
| bool ArMapGPSCoords::convertMap2LLACoords | ( | const double | ea, | |
| const double | no, | |||
| const double | up, | |||
| double & | lat, | |||
| double & | lon, | |||
| double & | alt | |||
| ) | const |
Actual function which does the conversion from ENU coords to LLA coords.
| ea,: | East coords. | |
| no,: | North coords. | |
| up,: | Up coords. | |
| lat,: | Latitude coords. | |
| lon,: | Longitude coords. | |
| alt,: | Altitude coords. |
1.4.7