PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ DBFGetRecordCount()

int SHPAPI_CALL DBFGetRecordCount ( DBFHandle  psDBF)

Definition at line 1250 of file dbfopen.c.

1252 {
1253  return( psDBF->nRecords );
1254 }
int nRecords
Definition: shapefil.h:594

References DBFInfo::nRecords.

Referenced by ShpLoaderOpenShape().

Here is the caller graph for this function: