A set of geodetic coordinates: latitude, longitude and height, defined over a given geoid (typically, WGS84)
Definition at line 125 of file data_types.h.
#include <mrpt/topography/data_types.h>
Public Member Functions | |
| TGeodeticCoords () | |
| TGeodeticCoords (const double _lat, const double _lon, const double _height) | |
| bool | isClear () const |
Public Attributes | |
| TCoords | lat |
| Latitude (in degrees) More... | |
| TCoords | lon |
| Longitude (in degrees) More... | |
| double | height |
| Geodetic height (in meters) More... | |
|
inline |
Definition at line 127 of file data_types.h.
|
inline |
Definition at line 128 of file data_types.h.
|
inline |
Definition at line 130 of file data_types.h.
| double mrpt::topography::TGeodeticCoords::height |
Geodetic height (in meters)
Definition at line 134 of file data_types.h.
Referenced by mrpt::topography::ENU_axes_from_WGS84(), mrpt::topography::GeodeticToUTM(), and mrpt::topography::UTMToGeodetic().
| TCoords mrpt::topography::TGeodeticCoords::lat |
Latitude (in degrees)
Definition at line 132 of file data_types.h.
Referenced by mrpt::topography::ENU_axes_from_WGS84(), mrpt::topography::GeodeticToUTM(), and mrpt::topography::UTMToGeodetic().
| TCoords mrpt::topography::TGeodeticCoords::lon |
Longitude (in degrees)
Definition at line 133 of file data_types.h.
Referenced by mrpt::topography::ENU_axes_from_WGS84(), mrpt::topography::GeodeticToUTM(), and mrpt::topography::UTMToGeodetic().
| Page generated by Doxygen 1.8.8 for MRPT 1.2.2 SVN:Unversioned directory at Tue Oct 14 02:14:08 UTC 2014 |