PostGIS  3.7.0dev-r@@SVN_REVISION@@

◆ DBFGetNativeFieldType()

char SHPAPI_CALL DBFGetNativeFieldType ( DBFHandle  hDBF,
int  iField 
)

Definition at line 1710 of file dbfopen.c.

1712 {
1713  if( iField >=0 && iField < psDBF->nFields )
1714  return psDBF->pachFieldType[iField];
1715 
1716  return ' ';
1717 }

References DBFInfo::pachFieldType.