GRASS 8 Programmer's Manual 8.6.0dev(2026)-f6f2c534ea
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
 
intpanFieldOffset
 
intpanFieldSize
 
intpanFieldDecimals
 
charpachFieldType
 
charpszHeader
 
int nCurrentRecord
 
int bCurrentRecordModified
 
charpszCurrentRecord
 
int nWorkFieldLength
 
charpszWorkField
 
int bNoHeader
 
int bUpdated
 
union { 
 
   double   dfDoubleField 
 
   int   nIntField 
 
fieldValue 
 
int iLanguageDriver
 
charpszCodePage
 
int nUpdateYearSince1900
 
int nUpdateMonth
 
int nUpdateDay
 
int bWriteEndOfFileChar
 
int bRequireNextWriteSeek
 

Detailed Description

Definition at line 411 of file shapefil.h.

Field Documentation

◆ bCurrentRecordModified

int DBFInfo::bCurrentRecordModified

Definition at line 431 of file shapefil.h.

◆ bNoHeader

int DBFInfo::bNoHeader

Definition at line 437 of file shapefil.h.

◆ bRequireNextWriteSeek

int DBFInfo::bRequireNextWriteSeek

Definition at line 454 of file shapefil.h.

◆ bUpdated

int DBFInfo::bUpdated

Definition at line 438 of file shapefil.h.

◆ bWriteEndOfFileChar

int DBFInfo::bWriteEndOfFileChar

Definition at line 452 of file shapefil.h.

◆ dfDoubleField

double DBFInfo::dfDoubleField

Definition at line 441 of file shapefil.h.

◆ [union]

union { ... } DBFInfo::fieldValue

◆ fp

SAFile DBFInfo::fp

Definition at line 414 of file shapefil.h.

◆ iLanguageDriver

int DBFInfo::iLanguageDriver

Definition at line 445 of file shapefil.h.

◆ nCurrentRecord

int DBFInfo::nCurrentRecord

Definition at line 430 of file shapefil.h.

◆ nFields

int DBFInfo::nFields

Definition at line 422 of file shapefil.h.

◆ nHeaderLength

int DBFInfo::nHeaderLength

Definition at line 419 of file shapefil.h.

◆ nIntField

int DBFInfo::nIntField

Definition at line 442 of file shapefil.h.

◆ nRecordLength

int DBFInfo::nRecordLength

Definition at line 418 of file shapefil.h.

◆ nRecords

int DBFInfo::nRecords

Definition at line 416 of file shapefil.h.

◆ nUpdateDay

int DBFInfo::nUpdateDay

Definition at line 450 of file shapefil.h.

◆ nUpdateMonth

int DBFInfo::nUpdateMonth

Definition at line 449 of file shapefil.h.

◆ nUpdateYearSince1900

int DBFInfo::nUpdateYearSince1900

Definition at line 448 of file shapefil.h.

◆ nWorkFieldLength

int DBFInfo::nWorkFieldLength

Definition at line 434 of file shapefil.h.

◆ pachFieldType

char* DBFInfo::pachFieldType

Definition at line 426 of file shapefil.h.

◆ panFieldDecimals

int* DBFInfo::panFieldDecimals

Definition at line 425 of file shapefil.h.

◆ panFieldOffset

int* DBFInfo::panFieldOffset

Definition at line 423 of file shapefil.h.

◆ panFieldSize

int* DBFInfo::panFieldSize

Definition at line 424 of file shapefil.h.

◆ pszCodePage

char* DBFInfo::pszCodePage

Definition at line 446 of file shapefil.h.

◆ pszCurrentRecord

char* DBFInfo::pszCurrentRecord

Definition at line 432 of file shapefil.h.

◆ pszHeader

char* DBFInfo::pszHeader

Definition at line 428 of file shapefil.h.

◆ pszWorkField

char* DBFInfo::pszWorkField

Definition at line 435 of file shapefil.h.

◆ sHooks

SAHooks DBFInfo::sHooks

Definition at line 412 of file shapefil.h.


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