| AbstractGpxParser |
Abstract class of all Gpx-Parsers.
|
| AbstractGpxParserDefault |
Main class to parse the GPX file
|
| AbstractGpxParserRte |
Abstract class of the parsers dedicated to routes.
|
| AbstractGpxParserTrk |
Abstract class of the parsers dedicated to tracks.
|
| AbstractGpxParserWpt |
Abstract class of the parsers dedicated to waypoints.
|
| GPXLine |
This class giving is used to manage route and track data
|
| GpxParser |
Default parser.
|
| GPXPoint |
This class gives bvalues for every types of points (waypoint, routepoint
and trackpoint).
|
| StringStack |
This class is a stack to keep in memory the structure of the GPX file.
|