GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
#include <shapefil.h>
Data Fields | |
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 |
int | bMeasureIsUsed |
int | bFastModeReadObject |
Definition at line 346 of file shapefil.h.
int tagSHPObject::bFastModeReadObject |
Definition at line 373 of file shapefil.h.
Referenced by SHPDestroyObject().
int tagSHPObject::bMeasureIsUsed |
Definition at line 372 of file shapefil.h.
Referenced by if().
double tagSHPObject::dfMMax |
Definition at line 370 of file shapefil.h.
Referenced by SHPComputeExtents().
double tagSHPObject::dfMMin |
Definition at line 365 of file shapefil.h.
Referenced by SHPComputeExtents().
double tagSHPObject::dfXMax |
Definition at line 367 of file shapefil.h.
Referenced by if(), and SHPComputeExtents().
double tagSHPObject::dfXMin |
Definition at line 362 of file shapefil.h.
Referenced by if(), and SHPComputeExtents().
double tagSHPObject::dfYMax |
Definition at line 368 of file shapefil.h.
Referenced by if(), and SHPComputeExtents().
double tagSHPObject::dfYMin |
Definition at line 363 of file shapefil.h.
Referenced by if(), and SHPComputeExtents().
double tagSHPObject::dfZMax |
Definition at line 369 of file shapefil.h.
Referenced by SHPComputeExtents().
double tagSHPObject::dfZMin |
Definition at line 364 of file shapefil.h.
Referenced by SHPComputeExtents().
int tagSHPObject::nParts |
Definition at line 352 of file shapefil.h.
Referenced by SHPRewindObject().
int tagSHPObject::nShapeId |
Definition at line 350 of file shapefil.h.
int tagSHPObject::nSHPType |
Definition at line 348 of file shapefil.h.
Referenced by SHPRewindObject(), and SHPWriteObject().
int tagSHPObject::nVertices |
Definition at line 356 of file shapefil.h.
Referenced by SHPComputeExtents(), and SHPRewindObject().
double* tagSHPObject::padfM |
Definition at line 360 of file shapefil.h.
Referenced by if(), SHPComputeExtents(), SHPDestroyObject(), and SHPRewindObject().
double* tagSHPObject::padfX |
Definition at line 357 of file shapefil.h.
Referenced by if(), SHPComputeExtents(), SHPDestroyObject(), and SHPRewindObject().
double* tagSHPObject::padfY |
Definition at line 358 of file shapefil.h.
Referenced by if(), SHPComputeExtents(), SHPDestroyObject(), and SHPRewindObject().
double* tagSHPObject::padfZ |
Definition at line 359 of file shapefil.h.
Referenced by if(), SHPComputeExtents(), SHPDestroyObject(), and SHPRewindObject().
int* tagSHPObject::panPartStart |
Definition at line 353 of file shapefil.h.
Referenced by SHPDestroyObject(), and SHPRewindObject().
int* tagSHPObject::panPartType |
Definition at line 354 of file shapefil.h.
Referenced by SHPDestroyObject().