Data Fields | |
| struct _crtctx | crtctx |
| Context for callbacks. | |
| TCHAR | szFnCsv [MAX_PATH+1] |
| Name of the input CSV file. | |
| TCHAR | szFnDb [MAX_PATH+1] |
| Name of the resulting binary DB file. | |
| double | minlat |
| Minimum latitude of the area to read in. | |
| double | maxlat |
| Maximum latitude of the area to read in. | |
| double | minlon |
| Minimum longitude of the area to read in. | |
| double | maxlon |
| Maximum longitude of the area to read in. | |
| t_cidb_progress | progrcb |
| Callback routine. | |
struct _crtctx _crtthrctx::crtctx [read] |
Context for callbacks.
| TCHAR _crtthrctx::szFnCsv[MAX_PATH+1] |
Name of the input CSV file.
| TCHAR _crtthrctx::szFnDb[MAX_PATH+1] |
Name of the resulting binary DB file.
| double _crtthrctx::minlat |
Minimum latitude of the area to read in.
| double _crtthrctx::maxlat |
Maximum latitude of the area to read in.
| double _crtthrctx::minlon |
Minimum longitude of the area to read in.
| double _crtthrctx::maxlon |
Maximum longitude of the area to read in.
Callback routine.
1.5.6