FortranGIS Version 3.0
readosm_node_f Type Reference

A more Fortran-friendly object describing a NODE structure. More...

Public Attributes

integer(kind=c_long_long) id =0
 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.
integer(kind=c_int) uid
 corresponding numeric UserID
type(readosm_tag_f), dimension(:), allocatable tags
 array of TAG objects (may be NULL)

Detailed Description

A more Fortran-friendly object describing a NODE structure.

Definition at line 115 of file readosm.F90.