Main MRPT website > C++ reference
MRPT logo

mrpt::topography::TGeodeticCoords Struct Reference

A set of geodetic coordinates: latitude, longitude and height, defined over a given geoid (typically, WGS84). More...

#include <mrpt/topography/conversions.h>

List of all members.

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).

Detailed Description

A set of geodetic coordinates: latitude, longitude and height, defined over a given geoid (typically, WGS84).

Definition at line 121 of file conversions.h.


Constructor & Destructor Documentation

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.


Member Data Documentation

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().

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines



Page generated by Doxygen 1.6.1 for MRPT 0.9.0 SVN: at Mon Jun 7 06:47:58 UTC 2010