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

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

Public Member Functions

subroutine arrayof_readosm_node_f_remove (this, nelem, pos)
 Method for removing elements of the array at a desired position. More...
 
subroutine arrayof_readosm_way_f_remove (this, nelem, pos)
 Method for removing elements of the array at a desired position. More...
 
subroutine arrayof_readosm_relation_f_remove (this, nelem, pos)
 Method for removing elements of the array at a desired position. More...
 

Detailed Description

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

If necessary, the array is reallocated to reduce space.

Definition at line 272 of file readosm.F90.