GRASS GIS 7 Programmer's Manual  7.9.dev(2021)-e5379bbd7
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
 

Detailed Description

Definition at line 557 of file shapefil.h.

Field Documentation

◆ bCurrentRecordModified

int DBFInfo::bCurrentRecordModified

Definition at line 576 of file shapefil.h.

Referenced by DBFCreateLL(), and DBFOpenLL().

◆ bNoHeader

int DBFInfo::bNoHeader

◆ bUpdated

int DBFInfo::bUpdated

Definition at line 583 of file shapefil.h.

Referenced by return().

◆ dfDoubleField

double DBFInfo::dfDoubleField

Definition at line 587 of file shapefil.h.

◆ fieldValue

union { ... } DBFInfo::fieldValue

◆ fp

SAFile DBFInfo::fp

Definition at line 561 of file shapefil.h.

Referenced by DBFCreateLL(), and DBFOpenLL().

◆ iLanguageDriver

int DBFInfo::iLanguageDriver

Definition at line 591 of file shapefil.h.

Referenced by DBFCreateLL(), and DBFOpenLL().

◆ nCurrentRecord

int DBFInfo::nCurrentRecord

Definition at line 575 of file shapefil.h.

Referenced by DBFCreateLL(), and DBFOpenLL().

◆ nFields

◆ nHeaderLength

int DBFInfo::nHeaderLength

Definition at line 566 of file shapefil.h.

Referenced by DBFCreateLL(), DBFOpenLL(), and return().

◆ nIntField

int DBFInfo::nIntField

Definition at line 588 of file shapefil.h.

◆ nRecordLength

int DBFInfo::nRecordLength

Definition at line 565 of file shapefil.h.

Referenced by DBFCreateLL(), DBFOpenLL(), and return().

◆ nRecords

◆ nUpdateDay

int DBFInfo::nUpdateDay

Definition at line 596 of file shapefil.h.

Referenced by DBFSetLastModifiedDate().

◆ nUpdateMonth

int DBFInfo::nUpdateMonth

Definition at line 595 of file shapefil.h.

Referenced by DBFSetLastModifiedDate().

◆ nUpdateYearSince1900

int DBFInfo::nUpdateYearSince1900

Definition at line 594 of file shapefil.h.

Referenced by DBFSetLastModifiedDate().

◆ nWorkFieldLength

int DBFInfo::nWorkFieldLength

Definition at line 579 of file shapefil.h.

◆ pachFieldType

char* DBFInfo::pachFieldType

Definition at line 571 of file shapefil.h.

Referenced by DBFCreateLL(), DBFGetFieldInfo(), DBFGetNativeFieldType(), and return().

◆ panFieldDecimals

int* DBFInfo::panFieldDecimals

Definition at line 570 of file shapefil.h.

Referenced by DBFCreateLL(), DBFGetFieldInfo(), and return().

◆ panFieldOffset

int* DBFInfo::panFieldOffset

Definition at line 568 of file shapefil.h.

Referenced by DBFCreateLL(), and return().

◆ panFieldSize

int* DBFInfo::panFieldSize

Definition at line 569 of file shapefil.h.

Referenced by DBFCreateLL(), DBFGetFieldInfo(), and return().

◆ pszCodePage

char* DBFInfo::pszCodePage

Definition at line 592 of file shapefil.h.

Referenced by DBFCreateLL(), DBFOpenLL(), and return().

◆ pszCurrentRecord

char* DBFInfo::pszCurrentRecord

Definition at line 577 of file shapefil.h.

Referenced by DBFCreateLL(), and DBFOpenLL().

◆ pszHeader

char* DBFInfo::pszHeader

Definition at line 573 of file shapefil.h.

Referenced by DBFCreateLL(), DBFGetFieldInfo(), and return().

◆ pszWorkField

char* DBFInfo::pszWorkField

Definition at line 580 of file shapefil.h.

◆ sHooks

SAHooks DBFInfo::sHooks

Definition at line 559 of file shapefil.h.

Referenced by DBFCreateLL(), and DBFOpenLL().


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