PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ DBFGetFieldCount()

int SHPAPI_CALL DBFGetFieldCount ( DBFHandle  psDBF)

Definition at line 1237 of file dbfopen.c.

1239 {
1240  return( psDBF->nFields );
1241 }
int nFields
Definition: shapefil.h:600

References DBFInfo::nFields.

Referenced by DBFGetFieldIndex(), ShpLoaderGenerateSQLRowStatement(), and ShpLoaderOpenShape().

Here is the caller graph for this function: