#include <iostream>
#include <fstream>
#include <iomanip>
#include <math.h>
#include "shapefil.h"
Include dependency graph for generatePolyFile.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
struct | Point |
struct | Line |
Functions | |
int | searchPoint (Point *pointArray, double coord1, double coord2, int *temp, int pointCounter) |
void | generatePolyFile (const char *constFileName, const char *outputFileName, QString logFileName) |
void generatePolyFile | ( | const char * | constFileName, | |
const char * | outputFileName, | |||
QString | logFileName | |||
) |
Definition at line 39 of file generatePolyFile.h.
References SHPInfo::adBoundsMax, SHPInfo::adBoundsMin, SHPObject::padfX, SHPObject::padfY, Line::pt1, Line::pt2, searchPoint(), SHPGetInfo(), SHPOpen(), SHPReadObject(), Point::x, and Point::y.
Referenced by generateShapeTopologyDlg::run().
Here is the call graph for this function:
int searchPoint | ( | Point * | pointArray, | |
double | coord1, | |||
double | coord2, | |||
int * | temp, | |||
int | pointCounter | |||
) |