FortranGIS
Version2.5
|
Derived type for performing a prepackaged full parsing of an osm file. More...
Public Attributes | |
type(arrayof_readosm_node_f) | nodes |
array containing all the nodes More... | |
type(arrayof_readosm_way_f) | ways |
array containing all the ways More... | |
type(arrayof_readosm_relation_f) | relations |
array containing all the relations More... | |
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.