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

Method for packing the array object reducing at a minimum the memory occupation, without destroying its contents. More...

Public Member Functions

subroutine arrayof_readosm_node_f_packarray (this)
 Method for packing the array object reducing at a minimum the memory occupation, without destroying its contents. More...
 
subroutine arrayof_readosm_way_f_packarray (this)
 Method for packing the array object reducing at a minimum the memory occupation, without destroying its contents. More...
 
subroutine arrayof_readosm_relation_f_packarray (this)
 Method for packing the array object reducing at a minimum the memory occupation, without destroying its contents. More...
 

Detailed Description

Method for packing the array object reducing at a minimum the memory occupation, without destroying its contents.

The value of this::overalloc remains unchanged. After the call to the method, the object can continue to be used, extended and shortened as before. If the object is empty the array is allocated to zero length.

Definition at line 289 of file readosm.F90.