FortranGIS Version 3.0

◆ arrayof_readosm_relation_f_insert()

subroutine arrayof_readosm_relation_f_insert ( type(arrayof_readosm_relation_f) this,
type(readosm_relation_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_relation_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 1128 of file readosm.F90.