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

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

Public Attributes

integer(kind=c_int) member_type =READOSM_UNDEFINED
 can be one of: READOSM_MEMBER_NODE, READOSM_MEMBER_WAY or READOSM_MEMBER_RELATION More...
 
integer(kind=c_long_long) id
 ID-value identifying the referenced object. More...
 
character(kind=c_char, len=1), dimension(:), allocatable role
 intended role for this reference More...
 

Detailed Description

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

Definition at line 179 of file readosm.F90.