FortranGIS Version 3.0
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)
 
integer(kind=c_int) version
 object version
 
integer(kind=c_long_long) changeset
 ChangeSet ID.
 
integer(kind=c_int) uid
 corresponding numeric UserID
 
integer(kind=c_long_long), dimension(:), allocatable node_refs
 array of NODE-IDs (may be NULL)
 
type(readosm_tag_f), dimension(:), allocatable tags
 array of TAG objects (may be NULL)
 

Detailed Description

A more Fortran-friendly object describing a WAY structure.

Definition at line 154 of file readosm.F90.