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

A more Fortran-friendly object describing a WAY structure. More...

Public Attributes

integer(kind=c_long_long) id =0
 WAY-ID (expected to be a unique value) More...
 
integer(kind=c_int) version
 object version More...
 
integer(kind=c_long_long) changeset
 ChangeSet ID. More...
 
integer(kind=c_int) uid
 corresponding numeric UserID More...
 
integer(kind=c_long_long), dimension(:), allocatable node_refs
 array of NODE-IDs (may be NULL) More...
 
type(readosm_tag_f), dimension(:), allocatable tags
 array of TAG objects (may be NULL) More...
 

Detailed Description

A more Fortran-friendly object describing a WAY structure.

Definition at line 154 of file readosm.F90.