PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ DBFGetNativeFieldType()

char SHPAPI_CALL DBFGetNativeFieldType ( DBFHandle  psDBF,
int  iField 
)

Definition at line 1669 of file dbfopen.c.

1671 {
1672  if( iField >=0 && iField < psDBF->nFields )
1673  return psDBF->pachFieldType[iField];
1674 
1675  return ' ';
1676 }