#include <iostream>
#include <fstream>
#include <iomanip>
#include "shapefil.h"
#include "Point.h"
Include dependency graph for addToFromNode.cpp:
Go to the source code of this file.
Functions | |
void | addToFromNode (const char *dbfFileName, const char *shpFileName) |
void addToFromNode | ( | const char * | dbfFileName, | |
const char * | shpFileName | |||
) |
Definition at line 9 of file addToFromNode.cpp.
References dbf, DBFAddField(), DBFClose(), DBFCreate(), DBFGetFieldCount(), DBFGetFieldInfo(), DBFGetRecordCount(), DBFOpen(), DBFReadDoubleAttribute(), DBFReadIntegerAttribute(), DBFReadStringAttribute(), DBFWriteDoubleAttribute(), DBFWriteIntegerAttribute(), DBFWriteStringAttribute(), equalPoint(), FTDouble, FTInteger, FTString, obj, SHPObject::padfX, SHPObject::padfY, shp, SHPClose(), SHPOpen(), SHPReadObject(), Point::x, Point::y, and nodes_type::y.
Referenced by rivFileDlg::run().
Here is the call graph for this function: