FortranGIS
Version2.5
|
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... | |
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.