GRASS 8 Programmer's Manual 8.5.0RC1(2026)-3334b87d9c
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 411 of file shapefil.h.

Field Documentation

◆ bCurrentRecordModified

◆ bNoHeader

◆ bRequireNextWriteSeek

int DBFInfo::bRequireNextWriteSeek

Definition at line 454 of file shapefil.h.

Referenced by DBFCreateLL(), and DBFOpenLL().

◆ bUpdated

◆ bWriteEndOfFileChar

int DBFInfo::bWriteEndOfFileChar

◆ dfDoubleField

double DBFInfo::dfDoubleField

Definition at line 441 of file shapefil.h.

◆ [union]

union { ... } DBFInfo::fieldValue

◆ fp

◆ iLanguageDriver

int DBFInfo::iLanguageDriver

Definition at line 445 of file shapefil.h.

Referenced by DBFCreateLL(), and DBFOpenLL().

◆ nCurrentRecord

◆ nFields

◆ nHeaderLength

int DBFInfo::nHeaderLength

◆ nIntField

int DBFInfo::nIntField

Definition at line 442 of file shapefil.h.

◆ nRecordLength

◆ nRecords

◆ nUpdateDay

int DBFInfo::nUpdateDay

Definition at line 450 of file shapefil.h.

Referenced by DBFSetLastModifiedDate(), and DBFUpdateHeader().

◆ nUpdateMonth

int DBFInfo::nUpdateMonth

Definition at line 449 of file shapefil.h.

Referenced by DBFSetLastModifiedDate(), and DBFUpdateHeader().

◆ nUpdateYearSince1900

int DBFInfo::nUpdateYearSince1900

Definition at line 448 of file shapefil.h.

Referenced by DBFSetLastModifiedDate(), and DBFUpdateHeader().

◆ nWorkFieldLength

int DBFInfo::nWorkFieldLength

Definition at line 434 of file shapefil.h.

◆ pachFieldType

◆ panFieldDecimals

◆ panFieldOffset

◆ panFieldSize

◆ pszCodePage

char* DBFInfo::pszCodePage

Definition at line 446 of file shapefil.h.

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

◆ pszCurrentRecord

◆ pszHeader

◆ pszWorkField

char* DBFInfo::pszWorkField

Definition at line 435 of file shapefil.h.

Referenced by DBFClose().

◆ sHooks


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