[][src]Function spatialite_sys::gaiaFreeShapefile

pub unsafe extern "C" fn gaiaFreeShapefile(shp: gaiaShapefilePtr)

Destroys a Shapefile object

\param shp pointer to the Shapefile object.

\sa gaiaAllocShapefile, gaiaOpenShpRead, gaiaOpenShpWrite, gaiaReadShpEntity, gaiaShpAnalyze, gaiaWriteShpEntity, gaiaFlushShpHeaders

\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.