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

◆ SHPCreate()

SHPHandle SHPAPI_CALL SHPCreate ( const char *  pszShapeFile,
int  nShapeType 
)

Definition at line 988 of file shpopen.c.

990{
991 SAHooks sHooks;
992
993 SASetupDefaultHooks( &sHooks );
994
995 return SHPCreateLL( pszLayer, nShapeType, &sHooks );
996}
void SASetupDefaultHooks(SAHooks *psHooks)
Definition safileio.c:194
SHPHandle SHPAPI_CALL SHPCreateLL(const char *pszLayer, int nShapeType, SAHooks *psHooks)
Definition shpopen.c:1006

References SASetupDefaultHooks(), and SHPCreateLL().

Referenced by ShpDumperOpenTable().

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