#include <iostream>
#include <iomanip>
#include "shapefil.h"
Include dependency graph for mergeFeatures.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Functions | |
void | mergeFeatures (const char **shpFileNames, const char **dbfFileNames, int fileCount, const char *newshpFileName, const char *newdbfFileName) |
void mergeFeatures | ( | const char ** | shpFileNames, | |
const char ** | dbfFileNames, | |||
int | fileCount, | |||
const char * | newshpFileName, | |||
const char * | newdbfFileName | |||
) |
Definition at line 9 of file mergeFeatures.h.
References dbf, DBFAddField(), DBFClose(), DBFCreate(), DBFGetRecordCount(), DBFOpen(), DBFWriteIntegerAttribute(), FTInteger, obj, shp, SHPClose(), SHPCreate(), SHPOpen(), SHPReadObject(), SHPT_ARC, and SHPWriteObject().
Referenced by mergeFeaturesDialogDlg::run().
Here is the call graph for this function: