#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 |
|
Actual function which does the conversion from LLA to Map Coords.
|
|
Actual function which does the conversion from ENU coords to LLA coords.
|