PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ SHPCreate()

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

Definition at line 828 of file shpopen.c.

830 {
831  SAHooks sHooks;
832 
833  SASetupDefaultHooks( &sHooks );
834 
835  return SHPCreateLL( pszLayer, nShapeType, &sHooks );
836 }
void SASetupDefaultHooks(SAHooks *psHooks)
Definition: safileio.c:195
SHPHandle SHPAPI_CALL SHPCreateLL(const char *pszLayer, int nShapeType, SAHooks *psHooks)
Definition: shpopen.c:846

References SASetupDefaultHooks(), and SHPCreateLL().

Referenced by ShpDumperOpenTable().

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