FortranGIS  Version2.5
subroutine arrayof_readosm_node_f_insert ( type(arrayof_readosm_node_f this,
type(readosm_node_f), intent(in)  content,
integer, intent(in), optional  pos 
)

Method for inserting an element of the array at a desired position.

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

Parameters
thisarray object to extend
[in]contentobject of TYPE TYPE(readosm_node_f) to insert
[in]posposition where to insert, if it is out of range, it is clipped, if it is not provided, the object is appended

Definition at line 777 of file readosm.F90.