GRASS GIS 7 Programmer's Manual  7.2.0(2016)-exported
SHPInfo Struct Reference

#include <shapefil.h>

Collaboration diagram for SHPInfo:

Data Fields

SAHooks sHooks
 
SAFile fpSHP
 
SAFile fpSHX
 
int nShapeType
 
int nFileSize
 
int nRecords
 
int nMaxRecords
 
int * panRecOffset
 
int * panRecSize
 
double adBoundsMin [4]
 
double adBoundsMax [4]
 
int bUpdated
 
unsigned char * pabyRec
 
int nBufSize
 

Detailed Description

Definition at line 215 of file shapefil.h.

Field Documentation

◆ adBoundsMax

double SHPInfo::adBoundsMax[4]

Definition at line 232 of file shapefil.h.

Referenced by SHPGetInfo().

◆ adBoundsMin

double SHPInfo::adBoundsMin[4]

Definition at line 231 of file shapefil.h.

Referenced by SHPGetInfo().

◆ bUpdated

int SHPInfo::bUpdated

Definition at line 234 of file shapefil.h.

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

◆ fpSHP

SAFile SHPInfo::fpSHP

Definition at line 219 of file shapefil.h.

Referenced by SHPClose(), and SHPOpenLL().

◆ fpSHX

SAFile SHPInfo::fpSHX

Definition at line 220 of file shapefil.h.

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

◆ nBufSize

int SHPInfo::nBufSize

Definition at line 237 of file shapefil.h.

◆ nFileSize

int SHPInfo::nFileSize

Definition at line 224 of file shapefil.h.

Referenced by SHPOpenLL(), and SHPWriteHeader().

◆ nMaxRecords

int SHPInfo::nMaxRecords

Definition at line 227 of file shapefil.h.

Referenced by SHPWriteObject().

◆ nRecords

int SHPInfo::nRecords

Definition at line 226 of file shapefil.h.

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

◆ nShapeType

int SHPInfo::nShapeType

Definition at line 222 of file shapefil.h.

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

◆ pabyRec

unsigned char* SHPInfo::pabyRec

Definition at line 236 of file shapefil.h.

Referenced by if(), and SHPClose().

◆ panRecOffset

int* SHPInfo::panRecOffset

Definition at line 228 of file shapefil.h.

Referenced by SHPClose(), and SHPWriteObject().

◆ panRecSize

int* SHPInfo::panRecSize

Definition at line 229 of file shapefil.h.

Referenced by SHPClose().

◆ sHooks

SAHooks SHPInfo::sHooks

Definition at line 217 of file shapefil.h.

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


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