Main MRPT website > C++ reference for MRPT 1.4.0
List of all members | Public Member Functions | Public Attributes
mrpt::topography::TGeodeticCoords Struct Reference

Detailed Description

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)
 
TCoords lon
 Longitude (in degrees)
 
double height
 Geodetic height (in meters)
 

Constructor & Destructor Documentation

◆ TGeodeticCoords() [1/2]

mrpt::topography::TGeodeticCoords::TGeodeticCoords ( )
inline

Definition at line 123 of file data_types.h.

◆ TGeodeticCoords() [2/2]

mrpt::topography::TGeodeticCoords::TGeodeticCoords ( const double  _lat,
const double  _lon,
const double  _height 
)
inline

Definition at line 124 of file data_types.h.

Member Function Documentation

◆ isClear()

bool mrpt::topography::TGeodeticCoords::isClear ( ) const
inline

Definition at line 126 of file data_types.h.

Member Data Documentation

◆ height

double mrpt::topography::TGeodeticCoords::height

Geodetic height (in meters)

Definition at line 130 of file data_types.h.

Referenced by mrpt::topography::ENU_axes_from_WGS84(), mrpt::topography::GeodeticToUTM(), and mrpt::topography::UTMToGeodetic().

◆ lat

TCoords mrpt::topography::TGeodeticCoords::lat

◆ lon

TCoords mrpt::topography::TGeodeticCoords::lon



Page generated by Doxygen 1.9.6 for MRPT 1.4.0 SVN: at Wed Mar 22 08:20:48 UTC 2023