Closes the file previously opened by gdlOpenSpatialFile.
Syntax
intl gdlCloseSpatialFile( gdlFileHandle* hFile );
Arguments
hFile
Pointer to the gdlFileHandle returned by gdlOpenSpatialFile. Input
Return values
GDL_OK
Prerequisites
gdlOpenSpatialFile
Alternates
None.
Notes
Must be called upon completion of use of the spatial file prior to calling gdlTerminate.