Main Page | Class List | Class Members

OGL_Library::ConvertGPX Class Reference

About GPX(the GPS eXchange Format) is a data format for exchanging GPS data between programs, and for sharing GPS data with other users. Unlike other data files, which can only be understood by the programs that created them, GPX files actually contain a description of what's inside them, allowing anyone to create a program that can read the data within. This GPX class provide converts GPS data(waypoints, routes, and tracks) to be compatible with GPX format file.. More...

List of all members.

Static Public Member Functions

bool GPSConvertToGPX (string SaveFileName, CWaypoint[] vWaypoints, CRoute[] vRoutes)


Detailed Description

About GPX(the GPS eXchange Format) is a data format for exchanging GPS data between programs, and for sharing GPS data with other users. Unlike other data files, which can only be understood by the programs that created them, GPX files actually contain a description of what's inside them, allowing anyone to create a program that can read the data within. This GPX class provide converts GPS data(waypoints, routes, and tracks) to be compatible with GPX format file..


Member Function Documentation

bool OGL_Library::ConvertGPX::GPSConvertToGPX string  SaveFileName,
CWaypoint[]  vWaypoints,
CRoute[]  vRoutes
[static]
 

GPS Data convert to GPX format file.
See more : http://www.topografix.com/gpx.asp

Parameters:
SaveFileName Save file name.
vWaypoints CWaypoint Array, or null.
vRoutes CRoute Array, or null.
Returns:
Save successful (true / false)


Generated on Tue Mar 9 03:09:45 2004 for OGL_Library by doxygen 1.3.6