FortranGIS  Version2.5
Public Member Functions | List of all members
readosm_close Interface Reference

Close the .osm or .pbf file and release any allocated resource. More...

Public Member Functions

integer(kind=c_int) function readosm_close (osm_handle)
 

Detailed Description

Close the .osm or .pbf file and release any allocated resource.

Returns
READOSM_OK will be returned on success, otherwise any appropriate error code on failure.
Note
After calling readosm_close() any related resource will be released, and the handle will no longer be valid.

Definition at line 501 of file readosm.F90.