PostGIS 3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ SHPOpen()

SHPHandle SHPAPI_CALL SHPOpen ( const char *  pszShapeFile,
const char *  pszAccess 
)

Definition at line 291 of file shpopen.c.

293{
294 SAHooks sHooks;
295
296 SASetupDefaultHooks( &sHooks );
297
298 return SHPOpenLL( pszLayer, pszAccess, &sHooks );
299}
void SASetupDefaultHooks(SAHooks *psHooks)
Definition safileio.c:194
SHPHandle SHPAPI_CALL SHPOpenLL(const char *pszLayer, const char *pszAccess, SAHooks *psHooks)
Definition shpopen.c:329

References SASetupDefaultHooks(), and SHPOpenLL().

Referenced by ShpLoaderOpenShape().

Here is the call graph for this function:
Here is the caller graph for this function: