libsim
Versione6.3.0
|
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)).
Definizione alla linea 1116 del file georef_coord_class.F90. |