GRASS GIS 7 Programmer's Manual  7.9.dev(2021)-e5379bbd7
SHPInfo Struct Reference

#include <shapefil.h>

Collaboration diagram for SHPInfo:

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
 
SHPObjectpsCachedObject
 

Detailed Description

Definition at line 279 of file shapefil.h.

Field Documentation

◆ adBoundsMax

double SHPInfo::adBoundsMax[4]

Definition at line 296 of file shapefil.h.

Referenced by SHPGetInfo().

◆ adBoundsMin

double SHPInfo::adBoundsMin[4]

Definition at line 295 of file shapefil.h.

Referenced by SHPGetInfo().

◆ bFastModeReadObject

int SHPInfo::bFastModeReadObject

Definition at line 303 of file shapefil.h.

Referenced by SHPSetFastModeReadObject().

◆ bUpdated

int SHPInfo::bUpdated

Definition at line 298 of file shapefil.h.

Referenced by SHPClose(), SHPOpenLL(), and SHPWriteObject().

◆ fpSHP

SAFile SHPInfo::fpSHP

Definition at line 283 of file shapefil.h.

Referenced by if(), SHPClose(), and SHPOpenLL().

◆ fpSHX

SAFile SHPInfo::fpSHX

Definition at line 284 of file shapefil.h.

Referenced by if(), SHPClose(), SHPOpenLL(), and SHPWriteHeader().

◆ nBufSize

int SHPInfo::nBufSize

Definition at line 301 of file shapefil.h.

◆ nFileSize

unsigned int SHPInfo::nFileSize

Definition at line 288 of file shapefil.h.

Referenced by if(), SHPOpenLL(), and SHPWriteHeader().

◆ nMaxRecords

int SHPInfo::nMaxRecords

Definition at line 291 of file shapefil.h.

Referenced by SHPWriteObject().

◆ nObjectBufSize

int SHPInfo::nObjectBufSize

Definition at line 305 of file shapefil.h.

◆ nRecords

int SHPInfo::nRecords

Definition at line 290 of file shapefil.h.

Referenced by SHPGetInfo(), and SHPWriteObject().

◆ nShapeType

int SHPInfo::nShapeType

Definition at line 286 of file shapefil.h.

Referenced by SHPGetInfo(), and SHPWriteObject().

◆ pabyObjectBuf

unsigned char* SHPInfo::pabyObjectBuf

Definition at line 304 of file shapefil.h.

Referenced by SHPClose().

◆ pabyRec

unsigned char* SHPInfo::pabyRec

Definition at line 300 of file shapefil.h.

Referenced by if(), and SHPClose().

◆ panRecOffset

unsigned int* SHPInfo::panRecOffset

Definition at line 292 of file shapefil.h.

Referenced by if(), and SHPClose().

◆ panRecSize

unsigned int* SHPInfo::panRecSize

Definition at line 293 of file shapefil.h.

Referenced by SHPClose().

◆ psCachedObject

SHPObject* SHPInfo::psCachedObject

Definition at line 306 of file shapefil.h.

Referenced by SHPClose(), and SHPSetFastModeReadObject().

◆ sHooks

SAHooks SHPInfo::sHooks

Definition at line 281 of file shapefil.h.

Referenced by if(), SHPClose(), SHPOpenLL(), and SHPWriteHeader().


The documentation for this struct was generated from the following file: