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

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

Public Attributes

integer(kind=c_long_long) id
 RELATION-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...
 
type(readosm_member_f), dimension(:), allocatable members
 array of MEMBER objects (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 RELATION structure.

Definition at line 211 of file readosm.F90.