|
GRASS GIS 7 Programmer's Manual
7.8.2(2019)-exported
|
#include <shapefil.h>

Data Fields | |
| SAHooks | sHooks |
| SAFile | fpSHP |
| SAFile | fpSHX |
| int | nShapeType |
| unsigned int | nFileSize |
| int | nRecords |
| int | nMaxRecords |
| unsigned int * | panRecOffset |
| unsigned int * | panRecSize |
| double | adBoundsMin [4] |
| double | adBoundsMax [4] |
| int | bUpdated |
| unsigned char * | pabyRec |
| int | nBufSize |
| int | bFastModeReadObject |
| unsigned char * | pabyObjectBuf |
| int | nObjectBufSize |
| SHPObject * | psCachedObject |
Definition at line 278 of file shapefil.h.
| double SHPInfo::adBoundsMax[4] |
Definition at line 295 of file shapefil.h.
Referenced by SHPGetInfo().
| double SHPInfo::adBoundsMin[4] |
Definition at line 294 of file shapefil.h.
Referenced by SHPGetInfo().
| int SHPInfo::bFastModeReadObject |
Definition at line 302 of file shapefil.h.
Referenced by SHPSetFastModeReadObject().
| int SHPInfo::bUpdated |
Definition at line 297 of file shapefil.h.
Referenced by SHPClose(), and SHPWriteObject().
| SAFile SHPInfo::fpSHP |
Definition at line 282 of file shapefil.h.
Referenced by SHPClose().
| SAFile SHPInfo::fpSHX |
Definition at line 283 of file shapefil.h.
Referenced by SHPClose(), and SHPWriteHeader().
| int SHPInfo::nBufSize |
Definition at line 300 of file shapefil.h.
| unsigned int SHPInfo::nFileSize |
Definition at line 287 of file shapefil.h.
Referenced by SHPWriteHeader().
| int SHPInfo::nMaxRecords |
Definition at line 290 of file shapefil.h.
Referenced by SHPWriteObject().
| int SHPInfo::nObjectBufSize |
Definition at line 304 of file shapefil.h.
| int SHPInfo::nRecords |
Definition at line 289 of file shapefil.h.
Referenced by SHPGetInfo(), and SHPWriteObject().
| int SHPInfo::nShapeType |
Definition at line 285 of file shapefil.h.
Referenced by SHPGetInfo(), and SHPWriteObject().
| unsigned char* SHPInfo::pabyObjectBuf |
Definition at line 303 of file shapefil.h.
Referenced by SHPClose().
| unsigned char* SHPInfo::pabyRec |
Definition at line 299 of file shapefil.h.
Referenced by SHPClose().
| unsigned int* SHPInfo::panRecOffset |
Definition at line 291 of file shapefil.h.
Referenced by SHPClose().
| unsigned int* SHPInfo::panRecSize |
Definition at line 292 of file shapefil.h.
Referenced by SHPClose().
| SHPObject* SHPInfo::psCachedObject |
Definition at line 305 of file shapefil.h.
Referenced by SHPClose(), and SHPSetFastModeReadObject().
| SAHooks SHPInfo::sHooks |
Definition at line 280 of file shapefil.h.
Referenced by SHPClose(), and SHPWriteHeader().