navit  0.5.3-trunk
g2sprop Struct Reference

#include <gpx2navit_txt.h>

Data Fields

int parseWpt
 
int parseTrk
 
int parseRte
 
int is3d
 
int isEdge
 
int isPoint
 
int isFast
 
int needsStats
 
int minpoints
 
int minlength
 
int mintime
 
int verbose
 
char * sourcefile
 
char * output
 
char * ellipsoid
 
char * lengthUnit
 
double length2meter
 
char * timeUnit
 
double time2sec
 
char * speedLengthUnit
 
double speed2meter
 
char * speedTimeUnit
 
int speed2sec
 
g2sstatsstats
 
g2scolumnscols
 
int nospeedcheck
 

Detailed Description

cluster of all dbfhandles cluster of all shphandles propaties structure for gpx2navit_txt

Field Documentation

◆ cols

g2scolumns* g2sprop::cols

convert statistics

Referenced by closeProp(), createProp(), and setOptions().

◆ ellipsoid

char* g2sprop::ellipsoid

output file base name

Referenced by closeProp(), createProp(), setDefault(), and setOptions().

◆ is3d

int g2sprop::is3d

convert route data or not

Referenced by createProp(), setEdge(), setOptions(), setPath(), and setWpt().

◆ isEdge

int g2sprop::isEdge

using 3D mode

Referenced by createProp(), setOptions(), and setPathInterval().

◆ isFast

int g2sprop::isFast

convert path data as point

Referenced by createProp(), endElementControl(), setOptions(), setPath(), and showStats().

◆ isPoint

int g2sprop::isPoint

convert path data as each separated path

Referenced by createProp(), endElementControl(), and setOptions().

◆ length2meter

double g2sprop::length2meter

length unit for attributes

Referenced by checkPath(), and setDefault().

◆ lengthUnit

char* g2sprop::lengthUnit

ellipsoid type to calculate length

Referenced by closeProp(), createProp(), setDefault(), and setOptions().

◆ minlength

int g2sprop::minlength

minimum points to convert as a path

Referenced by checkPath(), createProp(), and setOptions().

◆ minpoints

int g2sprop::minpoints

shows statistics at last

Referenced by checkPath(), createProp(), and setOptions().

◆ mintime

int g2sprop::mintime

minimum length to convert as a path

Referenced by checkPath(), createProp(), and setOptions().

◆ needsStats

int g2sprop::needsStats

fast mode that skips path check

Referenced by createProp(), main(), setOptions(), and showStats().

◆ nospeedcheck

int g2sprop::nospeedcheck

attribute table column switch

Referenced by checkPath(), and setOptions().

◆ output

char* g2sprop::output

source .gpx file

Referenced by closeProp(), createProp(), parseMain(), setDefault(), setMetadata(), and setOptions().

◆ parseRte

int g2sprop::parseRte

◆ parseTrk

int g2sprop::parseTrk

convert waypoint data or not

Referenced by createProp(), endElementControl(), setDefault(), setOptions(), showStats(), and startElementControl().

◆ parseWpt

int g2sprop::parseWpt

◆ sourcefile

char* g2sprop::sourcefile

verbose mode on/off

Referenced by checkPath(), closeProp(), parseMain(), setDefault(), and setOptions().

◆ speed2meter

double g2sprop::speed2meter

lenght unit to calculate speed

Referenced by setDefault(), setPath(), and setPathInterval().

◆ speed2sec

int g2sprop::speed2sec

time unit to calculate speed

Referenced by setDefault(), setPath(), and setPathInterval().

◆ speedLengthUnit

char* g2sprop::speedLengthUnit

value to convert time unit to second

Referenced by closeProp(), createProp(), setDefault(), and setOptions().

◆ speedTimeUnit

char* g2sprop::speedTimeUnit

meter value of speedLengthUnit

Referenced by closeProp(), createProp(), setDefault(), and setOptions().

◆ stats

g2sstats* g2sprop::stats

value to convert speedTimeUnit to seconde

Referenced by closeProp(), countPath(), countUnconverted(), createProp(), setWpt(), and showStats().

◆ time2sec

double g2sprop::time2sec

time unit for attributes

Referenced by checkPath(), and setDefault().

◆ timeUnit

char* g2sprop::timeUnit

meter value of lenght unit

Referenced by closeProp(), createProp(), setDefault(), and setOptions().

◆ verbose

int g2sprop::verbose

minimum time to convert as a path

Referenced by createProp(), endElement(), setDefault(), setOptions(), and startElement().


The documentation for this struct was generated from the following file: