FortranGIS  Version2.5
Public Attributes | List of all members
readosm_full_f Type Reference

Derived type for performing a prepackaged full parsing of an osm file. More...

Public Attributes

type(arrayof_readosm_node_fnodes
 array containing all the nodes More...
 
type(arrayof_readosm_way_fways
 array containing all the ways More...
 
type(arrayof_readosm_relation_frelations
 array containing all the relations More...
 

Detailed Description

Derived type for performing a prepackaged full parsing of an osm file.

An object of this type can contain all the information from an osm file and it can be used in association with the simpified readosm_parse_full_f method for importing the full information from a file in a DOM (Document Object Model) style.

Definition at line 473 of file readosm.F90.