FortranGIS Version 3.0
|
Object describing a NODE structure. More...
Public Attributes | |
integer(kind=c_long_long) | id |
NODE-ID (expected to be a unique value) | |
real(kind=c_double) | latitude |
geographic latitude | |
real(kind=c_double) | longitude |
geographic longitude | |
integer(kind=c_int) | version |
object version | |
integer(kind=c_long_long) | changeset |
ChangeSet ID. | |
type(c_ptr) | user |
name of the User defining this NODE | |
integer(kind=c_int) | uid |
corresponding numeric UserID | |
type(c_ptr) | timestamp |
when this NODE was defined | |
integer(kind=c_int) | tag_count |
number of associated TAGs (may be zero) | |
type(c_ptr) | tags |
array of TAG objects (may be NULL) | |
Object describing a NODE structure.
A derived type representing a NODE object, wrapping a complex XML fragment like the following:
!! <node id= lat= lon= version= changeset= user= uid= timestamp=> !! <tag key= value= /> !! <tag key= value= /> !! </node> !!
Definition at line 101 of file readosm.F90.