PostGIS  3.1.6dev-r@@SVN_REVISION@@

◆ SHPCreate()

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

Definition at line 981 of file shpopen.c.

983 {
984  SAHooks sHooks;
985 
986  SASetupDefaultHooks( &sHooks );
987 
988  return SHPCreateLL( pszLayer, nShapeType, &sHooks );
989 }
void SASetupDefaultHooks(SAHooks *psHooks)
Definition: safileio.c:194
SHPHandle SHPAPI_CALL SHPCreateLL(const char *pszLayer, int nShapeType, SAHooks *psHooks)
Definition: shpopen.c:999

References SASetupDefaultHooks(), and SHPCreateLL().

Referenced by ShpDumperOpenTable().

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