FortranGIS
Version2.5
|
Quick method to append an element to the array. More...
Public Member Functions | |
integer function | arrayof_readosm_node_f_append (this, content) |
Quick method to append an element to the array. More... | |
integer function | arrayof_readosm_way_f_append (this, content) |
Quick method to append an element to the array. More... | |
integer function | arrayof_readosm_relation_f_append (this, content) |
Quick method to append an element to the array. More... | |
Quick method to append an element to the array.
The return value is the position at which the element has been appended.
TYPE(arrayof_readosm_node_f)::this | array object to extend |
TYPE(readosm_node_f),INTENT(in)::content | object of TYPE TYPE(readosm_node_f) to append |
The return value is the position at which the element has been appended.
TYPE(arrayof_readosm_way_f)::this | array object to extend |
TYPE(readosm_way_f),INTENT(in)::content | object of TYPE TYPE(readosm_way_f) to append |
The return value is the position at which the element has been appended.
TYPE(arrayof_readosm_relation_f)::this | array object to extend |
TYPE(readosm_relation_f),INTENT(in)::content | object of TYPE TYPE(readosm_relation_f) to append |
Definition at line 266 of file readosm.F90.