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

Method for inserting elements of the array at a desired position. More...

Public Member Functions

subroutine arrayof_readosm_node_f_insert (this, content, pos)
 Method for inserting an element of the array at a desired position. More...
 
subroutine arrayof_readosm_node_f_insert_array (this, content, nelem, pos)
 Method for inserting a number of elements of the array at a desired position. More...
 
subroutine arrayof_readosm_way_f_insert (this, content, pos)
 Method for inserting an element of the array at a desired position. More...
 
subroutine arrayof_readosm_way_f_insert_array (this, content, nelem, pos)
 Method for inserting a number of elements of the array at a desired position. More...
 
subroutine arrayof_readosm_relation_f_insert (this, content, pos)
 Method for inserting an element of the array at a desired position. More...
 
subroutine arrayof_readosm_relation_f_insert_array (this, content, nelem, pos)
 Method for inserting a number of elements of the array at a desired position. More...
 

Detailed Description

Method for inserting elements of the array at a desired position.

If necessary, the array is reallocated to accomodate the new elements.

Definition at line 257 of file readosm.F90.