FortranGIS
Version2.5
|
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... | |
A more Fortran-friendly object describing a RELATION-MEMEBER structure.
Definition at line 179 of file readosm.F90.