A set of geodetic coordinates: latitude, longitude and height, defined over a given geoid (typically, WGS84). More...
#include <mrpt/topography/conversions.h>
Public Member Functions | |
| TGeodeticCoords () | |
| TGeodeticCoords (const double _lat, const double _lon, const double _height) | |
Public Attributes | |
| double | lat |
| Latitude (in degrees). | |
| double | lon |
| Longitude (in degrees). | |
| double | height |
| Geodetic height (in meters). | |
A set of geodetic coordinates: latitude, longitude and height, defined over a given geoid (typically, WGS84).
Definition at line 121 of file conversions.h.
| mrpt::topography::TGeodeticCoords::TGeodeticCoords | ( | ) | [inline] |
Definition at line 123 of file conversions.h.
| mrpt::topography::TGeodeticCoords::TGeodeticCoords | ( | const double | _lat, | |
| const double | _lon, | |||
| const double | _height | |||
| ) | [inline] |
Definition at line 124 of file conversions.h.
Geodetic height (in meters).
Definition at line 128 of file conversions.h.
Referenced by mrpt::topography::ENU_axes_from_WGS84(), mrpt::topography::GeodeticToUTM(), and mrpt::topography::UTMToGeodetic().
Latitude (in degrees).
Definition at line 126 of file conversions.h.
Referenced by mrpt::topography::ENU_axes_from_WGS84(), mrpt::topography::GeodeticToUTM(), and mrpt::topography::UTMToGeodetic().
Longitude (in degrees).
Definition at line 127 of file conversions.h.
Referenced by mrpt::topography::ENU_axes_from_WGS84(), mrpt::topography::GeodeticToUTM(), and mrpt::topography::UTMToGeodetic().
| Page generated by Doxygen 1.6.1 for MRPT 0.9.0 SVN: at Mon Jun 7 06:47:58 UTC 2010 |