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

◆ SHPOpen()

SHPHandle SHPAPI_CALL SHPOpen ( const char *  pszShapeFile,
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: