GRASS GIS 8 Programmer's Manual 8.4.1(2025)-45ca3179ab
Loading...
Searching...
No Matches
DBFInfo Struct Reference

#include <shapefil.h>

Collaboration diagram for DBFInfo:

Data Fields

SAHooks sHooks
 
SAFile fp
 
int nRecords
 
int nRecordLength
 
int nHeaderLength
 
int nFields
 
int * panFieldOffset
 
int * panFieldSize
 
int * panFieldDecimals
 
char * pachFieldType
 
char * pszHeader
 
int nCurrentRecord
 
int bCurrentRecordModified
 
char * pszCurrentRecord
 
int nWorkFieldLength
 
char * pszWorkField
 
int bNoHeader
 
int bUpdated
 
union { 
 
   double   dfDoubleField 
 
   int   nIntField 
 
fieldValue 
 
int iLanguageDriver
 
char * pszCodePage
 
int nUpdateYearSince1900
 
int nUpdateMonth
 
int nUpdateDay
 
int bWriteEndOfFileChar
 
int bRequireNextWriteSeek
 

Detailed Description

Definition at line 420 of file shapefil.h.

Field Documentation

◆ bCurrentRecordModified

◆ bNoHeader

◆ bRequireNextWriteSeek

int DBFInfo::bRequireNextWriteSeek

Definition at line 463 of file shapefil.h.

Referenced by DBFCreateLL(), and DBFOpenLL().

◆ bUpdated

◆ bWriteEndOfFileChar

int DBFInfo::bWriteEndOfFileChar

◆ dfDoubleField

double DBFInfo::dfDoubleField

Definition at line 450 of file shapefil.h.

◆ [union]

union { ... } DBFInfo::fieldValue

◆ fp

◆ iLanguageDriver

int DBFInfo::iLanguageDriver

Definition at line 454 of file shapefil.h.

Referenced by DBFCreateLL(), and DBFOpenLL().

◆ nCurrentRecord

◆ nFields

◆ nHeaderLength

int DBFInfo::nHeaderLength

◆ nIntField

int DBFInfo::nIntField

Definition at line 451 of file shapefil.h.

◆ nRecordLength

◆ nRecords

◆ nUpdateDay

int DBFInfo::nUpdateDay

Definition at line 459 of file shapefil.h.

Referenced by DBFSetLastModifiedDate(), and DBFUpdateHeader().

◆ nUpdateMonth

int DBFInfo::nUpdateMonth

Definition at line 458 of file shapefil.h.

Referenced by DBFSetLastModifiedDate(), and DBFUpdateHeader().

◆ nUpdateYearSince1900

int DBFInfo::nUpdateYearSince1900

Definition at line 457 of file shapefil.h.

Referenced by DBFSetLastModifiedDate(), and DBFUpdateHeader().

◆ nWorkFieldLength

int DBFInfo::nWorkFieldLength

Definition at line 443 of file shapefil.h.

◆ pachFieldType

◆ panFieldDecimals

int* DBFInfo::panFieldDecimals

◆ panFieldOffset

◆ panFieldSize

◆ pszCodePage

char* DBFInfo::pszCodePage

Definition at line 455 of file shapefil.h.

Referenced by DBFCloneEmpty(), DBFClose(), DBFCreateLL(), and DBFOpenLL().

◆ pszCurrentRecord

◆ pszHeader

◆ pszWorkField

char* DBFInfo::pszWorkField

Definition at line 444 of file shapefil.h.

Referenced by DBFClose().

◆ sHooks


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