PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ SHPOpen()

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

Definition at line 464 of file shpopen.c.

466 {
467  SAHooks sHooks;
468 
469  SASetupDefaultHooks( &sHooks );
470 
471  return SHPOpenLL( pszLayer, pszAccess, &sHooks );
472 }
void SASetupDefaultHooks(SAHooks *psHooks)
Definition: safileio.c:195
SHPHandle SHPAPI_CALL SHPOpenLL(const char *pszLayer, const char *pszAccess, SAHooks *psHooks)
Definition: shpopen.c:482

References SASetupDefaultHooks(), and SHPOpenLL().

Referenced by ShpLoaderOpenShape().

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