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

Parse the corresponding file calling the selected callbacks for every entity encountered. More...

Public Member Functions

integer(kind=c_int) function readosm_parse (osm_handle, user_data, node_fnct, way_fnct, relation_fnct)
 Parse the corresponding file calling the selected callbacks for every entity encountered. More...
 
integer(kind=c_int) function readosm_parse_f (osm_handle, user_data, node_fnct, way_fnct, relation_fnct)
 Parse the corresponding file calling the selected callbacks for every entity encountered. More...
 

Detailed Description

Parse the corresponding file calling the selected callbacks for every entity encountered.

Returns
READOSM_OK will be returned on success, otherwise any appropriate error code on failure.

Definition at line 513 of file readosm.F90.