| 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.
|
| GPXCoordinate |
This class is used to convert a waypoint to a coordinate
|
| GPXLine |
This class giving is used to manage route and track data
|
| GpxMetadata |
This class stores field information for a standard GPX file.
|
| GpxParser |
Default parser.
|
| GpxParserRte |
Specific parser for routes.
|
| GpxParserTrk |
Specific parser for tracks.
|
| GpxParserWpt |
Specific parser for waypoints.
|
| GPXPoint |
This class gives bvalues for every types of points (waypoint, routepoint
and trackpoint).
|
| GpxPreparser |
GpxPreparser class just reads the document.
|
| GPXTablesFactory |
A factory to create the tables that are used to import GPX data
|
| GPXTags |
A class to manage all GPXTags used to parse the GPX and create the tables
|
| StringStack |
This class is a stack to keep in memory the structure of the GPX file.
|