|
GRASS 8 Programmer's Manual
8.5.0dev(2025)-9d806b45d8
|
#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 161 of file shapefil.h.
| double SHPInfo::adBoundsMax[4] |
Definition at line 177 of file shapefil.h.
Referenced by SHPGetInfo(), and SHPWriteHeader().
| double SHPInfo::adBoundsMin[4] |
Definition at line 176 of file shapefil.h.
Referenced by SHPGetInfo(), and SHPWriteHeader().
| int SHPInfo::bFastModeReadObject |
Definition at line 184 of file shapefil.h.
Referenced by SHPSetFastModeReadObject().
| int SHPInfo::bUpdated |
Definition at line 179 of file shapefil.h.
Referenced by SHPClose(), SHPOpenLL(), and SHPWriteObject().
| SAFile SHPInfo::fpSHP |
Definition at line 164 of file shapefil.h.
Referenced by SHPClose(), and SHPWriteHeader().
| SAFile SHPInfo::fpSHX |
Definition at line 165 of file shapefil.h.
Referenced by SHPClose(), and SHPWriteHeader().
| int SHPInfo::nBufSize |
Definition at line 182 of file shapefil.h.
| unsigned int SHPInfo::nFileSize |
Definition at line 169 of file shapefil.h.
Referenced by SHPWriteHeader().
| int SHPInfo::nMaxRecords |
Definition at line 172 of file shapefil.h.
Referenced by SHPWriteObject().
| int SHPInfo::nObjectBufSize |
Definition at line 186 of file shapefil.h.
| int SHPInfo::nRecords |
Definition at line 171 of file shapefil.h.
Referenced by SHPGetInfo(), SHPWriteHeader(), and SHPWriteObject().
| int SHPInfo::nShapeType |
Definition at line 167 of file shapefil.h.
Referenced by SHPGetInfo(), SHPWriteHeader(), and SHPWriteObject().
| unsigned char* SHPInfo::pabyObjectBuf |
Definition at line 185 of file shapefil.h.
Referenced by SHPClose().
| unsigned char* SHPInfo::pabyRec |
Definition at line 181 of file shapefil.h.
Referenced by SHPClose().
| unsigned int* SHPInfo::panRecOffset |
Definition at line 173 of file shapefil.h.
Referenced by SHPClose(), SHPWriteHeader(), and SHPWriteObject().
| unsigned int* SHPInfo::panRecSize |
Definition at line 174 of file shapefil.h.
Referenced by SHPClose(), SHPWriteHeader(), and SHPWriteObject().
| SHPObject* SHPInfo::psCachedObject |
Definition at line 187 of file shapefil.h.
Referenced by SHPClose(), and SHPSetFastModeReadObject().
| SAHooks SHPInfo::sHooks |
Definition at line 162 of file shapefil.h.
Referenced by SHPClose(), SHPOpenLL(), SHPWriteHeader(), and SHPWriteObject().