PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ DBFGetNativeFieldType()

char SHPAPI_CALL DBFGetNativeFieldType ( DBFHandle  psDBF,
int  iField 
)

Definition at line 1701 of file dbfopen.c.

1703 {
1704  if( iField >=0 && iField < psDBF->nFields )
1705  return psDBF->pachFieldType[iField];
1706 
1707  return ' ';
1708 }
char * pachFieldType
Definition: shapefil.h:604

References DBFInfo::pachFieldType.