#include <shapefil.h>
Public Attributes | |
int | nSHPType |
int | nShapeId |
int | nParts |
int * | panPartStart |
int * | panPartType |
int | nVertices |
double * | padfX |
double * | padfY |
double * | padfZ |
double * | padfM |
double | dfXMin |
double | dfYMin |
double | dfZMin |
double | dfMMin |
double | dfXMax |
double | dfYMax |
double | dfZMax |
double | dfMMax |
Definition at line 249 of file shapefil.h.
Definition at line 251 of file shapefil.h.
Referenced by SHPRewindObject(), SHPWriteObject(), and simplifyPolySHP().
Definition at line 253 of file shapefil.h.
Definition at line 259 of file shapefil.h.
Referenced by polygonToPolyline(), SHPComputeExtents(), SHPRewindObject(), SHPWriteObject(), simplifyPolySHP(), and splitLineAtVertices().
double* SHPObject::padfX |
Definition at line 260 of file shapefil.h.
Referenced by addToFromNode(), calPts(), generatePolyFile(), polygonToPolyline(), attFileDlg::run(), SHPComputeExtents(), SHPRewindObject(), simplifyPolySHP(), and splitLineAtVertices().
double* SHPObject::padfY |
Definition at line 261 of file shapefil.h.
Referenced by addToFromNode(), calPts(), generatePolyFile(), polygonToPolyline(), attFileDlg::run(), SHPComputeExtents(), SHPRewindObject(), simplifyPolySHP(), and splitLineAtVertices().
double* SHPObject::padfZ |
double* SHPObject::padfM |
double SHPObject::dfXMin |
Definition at line 265 of file shapefil.h.
Referenced by polygonToPolyline(), and SHPComputeExtents().
double SHPObject::dfYMin |
Definition at line 266 of file shapefil.h.
Referenced by polygonToPolyline(), and SHPComputeExtents().
double SHPObject::dfZMin |
double SHPObject::dfMMin |
double SHPObject::dfXMax |
Definition at line 270 of file shapefil.h.
Referenced by polygonToPolyline(), and SHPComputeExtents().
double SHPObject::dfYMax |
Definition at line 271 of file shapefil.h.
Referenced by polygonToPolyline(), and SHPComputeExtents().
double SHPObject::dfZMax |
double SHPObject::dfMMax |