FortranGIS
Version2.5
|
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 More... | |
integer(kind=c_long_long) | id |
ID-value identifying the referenced object. More... | |
type(c_ptr) | role |
intended role for this reference More... | |
Object describing a RELATION-MEMBER structure.
A derived type representing a RELATION-MEMBER object, and wrapping an XML fragment like the following:
<member type="some-type" ref="12345" role="some-role" />
Definition at line 172 of file readosm.F90.