Function gaiaFreeDbf

Source
pub unsafe extern "C" fn gaiaFreeDbf(dbf: gaiaDbfPtr)
Expand description

Destroys a DBF File object

\param dbf pointer to the DBF File object.

\sa gaiaAllocDbf, gaiaFreeDbf, gaiaOpenDbfWrite, gaiaReadDbfEntity, gaiaWriteDbfEntity, gaiaFlushDbfHeader

\note destroying the Shapefile object will close any related file: anyway you a responsible to explicitly call gaiaFlushShpHeader before destroyng a Shapefile opened in \e write mode.