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

◆ SHPCreate()

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

Definition at line 979 of file shpopen.c.

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

References SASetupDefaultHooks(), and SHPCreateLL().

Referenced by ShpDumperOpenTable().

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