LinksPoint GPS Toolkit Reference
Up | Next
GpsGetAltitudeEx
gpsapi.h | .NET Functions | See Also
Gets the height above mean geoid in meters
Parameters
Parameters Description
double * pdAltitude A pointer to a double to accept the value of the altitude

Return Value
GPSERRROR_NONE if successful.
Remarks
  • This is the .NET equivalent of GpsGetAltitude.

  • Altitude from a GPS receiver is not the height above mean sea level, but the height above mean Geoid. The geoid is the mathematical model of the surface of the earth. To translate this altitude to height above mean sea level, an elevation model of the area of the measurement is required.
See Also
Group
Declaration
GPSERROR GPSAPI GpsGetAltitudeEx(double * pdAltitude);
File
Links
Copyright ©1998-2005 Links Point Inc.