| 
    MRPT
    1.9.9
    
   | 
 
A set of geodetic coordinates: latitude, longitude and height, defined over a given geoid (typically, WGS84)
Definition at line 192 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 {0} | 
| Geodetic height (in meters)  More... | |
      
  | 
  inline | 
Definition at line 194 of file data_types.h.
      
  | 
  inline | 
Definition at line 195 of file data_types.h.
      
  | 
  inline | 
Definition at line 200 of file data_types.h.
References mrpt::topography::TCoords::getDecimalValue(), lat, and lon.
| double mrpt::topography::TGeodeticCoords::height {0} | 
Geodetic height (in meters)
Definition at line 211 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 207 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(), isClear(), mrpt::topography::operator==(), TEST(), and mrpt::topography::UTMToGeodetic().
| TCoords mrpt::topography::TGeodeticCoords::lon | 
Longitude (in degrees)
Definition at line 209 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(), isClear(), mrpt::topography::operator==(), TEST(), and mrpt::topography::UTMToGeodetic().
| Page generated by Doxygen 1.8.14 for MRPT 1.9.9 Git: 8fe78517f Sun Jul 14 19:43:28 2019 +0200 at lun oct 28 02:10:00 CET 2019 |