FortranGIS  Version2.5
Public Member Functions | List of all members
append Interface Reference

Quick method to append an element to the array. More...

Public Member Functions

integer function arrayof_readosm_node_f_append (this, content)
 Quick method to append an element to the array. More...
 
integer function arrayof_readosm_way_f_append (this, content)
 Quick method to append an element to the array. More...
 
integer function arrayof_readosm_relation_f_append (this, content)
 Quick method to append an element to the array. More...
 

Detailed Description

Quick method to append an element to the array.

The return value is the position at which the element has been appended.

Parameters
TYPE(arrayof_readosm_node_f)::thisarray object to extend
TYPE(readosm_node_f),INTENT(in)::contentobject of TYPE TYPE(readosm_node_f) to append

The return value is the position at which the element has been appended.

Parameters
TYPE(arrayof_readosm_way_f)::thisarray object to extend
TYPE(readosm_way_f),INTENT(in)::contentobject of TYPE TYPE(readosm_way_f) to append

The return value is the position at which the element has been appended.

Parameters
TYPE(arrayof_readosm_relation_f)::thisarray object to extend
TYPE(readosm_relation_f),INTENT(in)::contentobject of TYPE TYPE(readosm_relation_f) to append

Definition at line 266 of file readosm.F90.