#include <iostream>#include <iomanip>#include "simplifyPolyline.h"#include "shapefil.h"Include dependency graph for simplifyPolySHP.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Functions | |
| void | simplifyPolySHP (const char *shpFileName, const char *dbfFileName, const char *newshpFileName, const char *newdbfFileName, double tolerance) |
| void simplifyPolySHP | ( | const char * | shpFileName, | |
| const char * | dbfFileName, | |||
| const char * | newshpFileName, | |||
| const char * | newdbfFileName, | |||
| double | tolerance | |||
| ) |
Definition at line 8 of file simplifyPolySHP.h.
References dbf, DBFAddField(), DBFClose(), DBFCreate(), DBFGetFieldIndex(), DBFGetRecordCount(), DBFOpen(), DBFReadIntegerAttribute(), DBFWriteIntegerAttribute(), FTInteger, SHPObject::nSHPType, SHPObject::nVertices, obj, SHPObject::padfX, SHPObject::padfY, shp, SHPClose(), SHPComputeExtents(), SHPCreate(), SHPCreateSimpleObject(), SHPOpen(), SHPReadObject(), SHPWriteObject(), simplifyPolyline(), Point::x, and Point::y.
Referenced by simplifyLineDialogDlg::run().
Here is the call graph for this function:

1.5.2