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