![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <shapefil.h>

Public Attributes | |
| 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 317 of file shapefil.h.
| double SHPInfo::adBoundsMax[4] |
Definition at line 333 of file shapefil.h.
Referenced by SHPGetInfo(), SHPOpenLL(), SHPWriteHeader(), and SHPWriteObject().
| double SHPInfo::adBoundsMin[4] |
Definition at line 332 of file shapefil.h.
Referenced by SHPGetInfo(), SHPOpenLL(), SHPWriteHeader(), and SHPWriteObject().
| int SHPInfo::bFastModeReadObject |
Definition at line 340 of file shapefil.h.
Referenced by SHPSetFastModeReadObject().
| int SHPInfo::bUpdated |
Definition at line 335 of file shapefil.h.
Referenced by SHPClose(), SHPOpenLL(), and SHPWriteObject().
| SAFile SHPInfo::fpSHP |
Definition at line 320 of file shapefil.h.
Referenced by SHPClose(), SHPOpenLL(), SHPWriteHeader(), and SHPWriteObject().
| SAFile SHPInfo::fpSHX |
Definition at line 321 of file shapefil.h.
Referenced by SHPClose(), SHPOpenLL(), and SHPWriteHeader().
| int SHPInfo::nBufSize |
Definition at line 338 of file shapefil.h.
| unsigned int SHPInfo::nFileSize |
Definition at line 325 of file shapefil.h.
Referenced by SHPOpenLL(), SHPWriteHeader(), and SHPWriteObject().
| int SHPInfo::nMaxRecords |
Definition at line 328 of file shapefil.h.
Referenced by SHPOpenLL(), and SHPWriteObject().
| int SHPInfo::nObjectBufSize |
Definition at line 342 of file shapefil.h.
Referenced by SHPReallocObjectBufIfNecessary().
| int SHPInfo::nRecords |
Definition at line 327 of file shapefil.h.
Referenced by SHPGetInfo(), SHPOpenLL(), SHPWriteHeader(), and SHPWriteObject().
| int SHPInfo::nShapeType |
Definition at line 323 of file shapefil.h.
Referenced by SHPGetInfo(), SHPOpenLL(), SHPWriteHeader(), and SHPWriteObject().
| unsigned char* SHPInfo::pabyObjectBuf |
Definition at line 341 of file shapefil.h.
Referenced by SHPClose(), and SHPReallocObjectBufIfNecessary().
| unsigned char* SHPInfo::pabyRec |
Definition at line 337 of file shapefil.h.
Referenced by SHPClose().
| unsigned int* SHPInfo::panRecOffset |
Definition at line 329 of file shapefil.h.
Referenced by SHPClose(), SHPOpenLL(), SHPWriteHeader(), and SHPWriteObject().
| unsigned int* SHPInfo::panRecSize |
Definition at line 330 of file shapefil.h.
Referenced by SHPClose(), SHPOpenLL(), SHPWriteHeader(), and SHPWriteObject().
| SHPObject* SHPInfo::psCachedObject |
Definition at line 343 of file shapefil.h.
Referenced by SHPClose(), and SHPSetFastModeReadObject().
| SAHooks SHPInfo::sHooks |
Definition at line 318 of file shapefil.h.
Referenced by SHPClose(), SHPOpenLL(), SHPWriteHeader(), and SHPWriteObject().