FortranGIS Version 3.0

◆ dbffileisnull()

logical function, public dbffileisnull ( type(shpfileobject), intent(in) hshp)

It returns .TRUE.

if the provided shapefile object is correctly associated with a .dbf file. It can be called after shpopen to test whether .dbf file has been successfully opened.

Parameters
[in]hshpshapefile object to test

Definition at line 469 of file shapelib.F90.