PostGIS  3.0.6dev-r@@SVN_REVISION@@

◆ DBFGetNativeFieldType()

char SHPAPI_CALL DBFGetNativeFieldType ( DBFHandle  hDBF,
int  iField 
)

Definition at line 1611 of file dbfopen.c.

1612 {
1613  if (iField >= 0 && iField < psDBF->nFields)
1614  return psDBF->pachFieldType[iField];
1615 
1616  return ' ';
1617 }