|
navit
0.5.3-trunk
|
#include <gpx2navit_txt.h>
Data Fields | |
| double | lon |
| double | lat |
| double | minlon |
| double | minlat |
| double | maxlon |
| double | maxlat |
| char | name [NAMELENGTH] |
| char | cmt [COMMENTLENGTH] |
| char | desc [COMMENTLENGTH] |
| char | src [COMMENTLENGTH] |
| char | link [FILENAMELENGTH] |
| char | type [TYPELENGTH] |
| char | time [TIMELENGTH] |
| int | number |
| double | ele |
| double | magvar |
| double | geoidheight |
| char | sym [NAMELENGTH] |
| char | fix [NAMELENGTH] |
| int | sat |
| double | hdop |
| double | vdop |
| double | pdop |
| double | ageofdgpsdata |
| int | dgpsid |
| char | author [NAMELENGTH] |
| char | keywords [NAMELENGTH] |
| char | copyright [NAMELENGTH] |
| int | year |
| char | license [NAMELENGTH] |
store each point attribute values.
| double g2sattr::ageofdgpsdata |
Referenced by endElementControl().
| char g2sattr::author[NAMELENGTH] |
Referenced by endElementControl(), and startElementControl().
| char g2sattr::cmt[COMMENTLENGTH] |
Referenced by endElementControl().
| char g2sattr::copyright[NAMELENGTH] |
Referenced by endElementControl().
| char g2sattr::desc[COMMENTLENGTH] |
Referenced by endElementControl(), and setWpt().
| int g2sattr::dgpsid |
| double g2sattr::ele |
Referenced by endElementControl(), setEdge(), and setWpt().
| char g2sattr::fix[NAMELENGTH] |
Referenced by endElementControl().
| double g2sattr::geoidheight |
Referenced by endElementControl().
| double g2sattr::hdop |
Referenced by endElementControl().
| char g2sattr::keywords[NAMELENGTH] |
Referenced by endElementControl().
| double g2sattr::lat |
Referenced by setEdge(), setWpt(), and startElementControl().
| char g2sattr::license[NAMELENGTH] |
Referenced by endElementControl().
| char g2sattr::link[FILENAMELENGTH] |
Referenced by endElementControl().
| double g2sattr::lon |
the structure cames from GPX1.1 format
Referenced by setEdge(), setWpt(), and startElementControl().
| double g2sattr::magvar |
Referenced by endElementControl().
| double g2sattr::maxlat |
Referenced by startElementControl().
| double g2sattr::maxlon |
Referenced by startElementControl().
| double g2sattr::minlat |
Referenced by startElementControl().
| double g2sattr::minlon |
Referenced by startElementControl().
| char g2sattr::name[NAMELENGTH] |
Referenced by endElementControl(), and setWpt().
| int g2sattr::number |
Referenced by endElementControl().
| double g2sattr::pdop |
Referenced by endElementControl().
| int g2sattr::sat |
Referenced by endElementControl().
| char g2sattr::src[COMMENTLENGTH] |
Referenced by endElementControl().
| char g2sattr::sym[NAMELENGTH] |
Referenced by endElementControl().
| char g2sattr::time[TIMELENGTH] |
Referenced by endElementControl().
| char g2sattr::type[TYPELENGTH] |
Referenced by endElementControl(), and setWpt().
| double g2sattr::vdop |
Referenced by endElementControl().
| int g2sattr::year |
Referenced by endElementControl().