Main MRPT website > C++ reference
MRPT logo
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)

#include <mrpt/topography/data_types.h>

List of all members.

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

mrpt::topography::TGeodeticCoords::TGeodeticCoords ( ) [inline]

Definition at line 146 of file data_types.h.

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

Definition at line 147 of file data_types.h.


Member Function Documentation

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

Definition at line 149 of file data_types.h.


Member Data Documentation

Geodetic height (in meters)

Definition at line 153 of file data_types.h.

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




Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011