mbgtools-lx
4.2.8
|
A geographic position represented in different formats. More...
#include <mbggeo.h>
Data Fields | |
XYZ | xyz |
Always WGS84 ECEF coordinates. More... | |
LLA | lla |
Longitude, latitude and altitude, depending on the ellipsoid used for reference. More... | |
DMS | longitude |
Longitude broken down to degrees, minutes, seconds. More... | |
DMS | latitude |
Latitude broken down to degrees, minutes, seconds. More... | |
int16_t | ellipsoid |
Ellipsoid used for reference, see ELLIPSOIDS. More... | |
int16_t POS::ellipsoid |
Ellipsoid used for reference, see ELLIPSOIDS.
DMS POS::latitude |
Latitude broken down to degrees, minutes, seconds.
Definition at line 118 of file mbggeo.h.
Referenced by mbg_str_pos(), print_position(), and swap_pos_doubles().
LLA POS::lla |
Longitude, latitude and altitude, depending on the ellipsoid used for reference.
Definition at line 116 of file mbggeo.h.
Referenced by mbg_str_pos(), mbgextio_get_pos(), print_position(), and swap_pos_doubles().
DMS POS::longitude |
Longitude broken down to degrees, minutes, seconds.
Definition at line 117 of file mbggeo.h.
Referenced by mbg_str_pos(), print_position(), and swap_pos_doubles().
XYZ POS::xyz |
Always WGS84 ECEF coordinates.
Definition at line 115 of file mbggeo.h.
Referenced by mbgextio_get_pos(), print_position(), and swap_pos_doubles().