A set of geodetic coordinates: latitude, longitude and height, defined over a given geoid (typically, WGS84)
Definition at line 121 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 123 of file data_types.h.
|
inline |
Definition at line 124 of file data_types.h.
|
inline |
Definition at line 126 of file data_types.h.
References mrpt::obs::gnss::lat, and mrpt::obs::gnss::lon.
double mrpt::topography::TGeodeticCoords::height |
Geodetic height (in meters)
Definition at line 130 of file data_types.h.
Referenced by do_test_geodetic_geocentric(), mrpt::topography::ENU_axes_from_WGS84(), mrpt::topography::geocentricToGeodetic(), mrpt::topography::geodeticToGeocentric(), mrpt::topography::geodeticToGeocentric_WGS84(), mrpt::topography::geodeticToUTM(), mrpt::topography::GeodeticToUTM(), mrpt::topography::operator==(), TEST(), and mrpt::topography::UTMToGeodetic().
TCoords mrpt::topography::TGeodeticCoords::lat |
Latitude (in degrees)
Definition at line 128 of file data_types.h.
Referenced by do_test_geodetic_geocentric(), mrpt::topography::ENU_axes_from_WGS84(), mrpt::topography::geocentricToENU_WGS84(), mrpt::topography::geocentricToGeodetic(), mrpt::topography::geodeticToGeocentric(), mrpt::topography::geodeticToGeocentric_WGS84(), mrpt::topography::geodeticToUTM(), mrpt::topography::GeodeticToUTM(), mrpt::topography::operator==(), TEST(), and mrpt::topography::UTMToGeodetic().
TCoords mrpt::topography::TGeodeticCoords::lon |
Longitude (in degrees)
Definition at line 129 of file data_types.h.
Referenced by do_test_geodetic_geocentric(), mrpt::topography::ENU_axes_from_WGS84(), mrpt::topography::geocentricToENU_WGS84(), mrpt::topography::geocentricToGeodetic(), mrpt::topography::geodeticToGeocentric(), mrpt::topography::geodeticToGeocentric_WGS84(), mrpt::topography::geodeticToUTM(), mrpt::topography::GeodeticToUTM(), mrpt::topography::operator==(), TEST(), and mrpt::topography::UTMToGeodetic().
Page generated by Doxygen 1.8.14 for MRPT 1.5.9 Git: 690a4699f Wed Apr 15 19:29:53 2020 +0200 at miƩ abr 15 19:30:12 CEST 2020 |