libsim  Versione7.2.3

◆ arrayof_georef_coord_array_import()

subroutine georef_coord_class::arrayof_georef_coord_array_import ( type(arrayof_georef_coord_array), intent(out)  this,
character(len=*), intent(in)  shpfile 
)
private

Import an array of georef_coord_array objects from a file in ESRI/Shapefile format.

The this argument is an uninitialised arrayof_georef_coord_array, every element of which, thisarray(n), is of type georef_coord_array and, on return, will contain information from the n-th shape of the file. Topology information and possible polygon parts are imported as well, while no projection information, even if available, is imported. An error condition while opening the file can be detected by checking .NOT.ASSOCIATED(thisarray), while an error reading shape n can be detected by checking .NOT.c_e(thisarray(n)).

Parametri
[out]thisuninitialised array object
[in]shpfilename of shapefile (with or without extension)

Definizione alla linea 1126 del file georef_coord_class.F90.


Generated with Doxygen.