FortranGIS Version 3.0
readosm_member Type Reference

Object describing a RELATION-MEMBER structure. More...

Public Attributes

integer(kind=c_int) member_type
 can be one of: READOSM_MEMBER_NODE, READOSM_MEMBER_WAY or READOSM_MEMBER_RELATION
 
integer(kind=c_long_long) id
 ID-value identifying the referenced object.
 
type(c_ptr) role
 intended role for this reference
 

Detailed Description

Object describing a RELATION-MEMBER structure.

A derived type representing a RELATION-MEMBER object, and wrapping an XML fragment like the following:

!! <member type= ref= role= />
!! 

Definition at line 172 of file readosm.F90.