#include <iostream>#include <fstream>#include <iomanip>#include "shapefil.h"#include "Point.h"Include dependency graph for addSOrder.cpp:

Go to the source code of this file.
Functions | |
| void | addSOrder (const char *dbfFileName, const char *shpFileName) |
| void addSOrder | ( | const char * | dbfFileName, | |
| const char * | shpFileName | |||
| ) |
Definition at line 9 of file addSOrder.cpp.
References dbf, DBFAddField(), DBFClose(), DBFCreate(), DBFGetFieldCount(), DBFGetFieldIndex(), DBFGetFieldInfo(), DBFGetRecordCount(), DBFOpen(), DBFReadDoubleAttribute(), DBFReadIntegerAttribute(), DBFReadStringAttribute(), DBFWriteDoubleAttribute(), DBFWriteIntegerAttribute(), DBFWriteStringAttribute(), FTDouble, FTInteger, FTString, max2(), shp, SHPClose(), and SHPOpen().
Referenced by rivFileDlg::run().
Here is the call graph for this function:

1.5.2