PostGIS
3.7.0dev-r@@SVN_REVISION@@
◆
DBFWriteNULLAttribute()
int
SHPAPI_CALL
DBFWriteNULLAttribute
(
DBFHandle
hDBF
,
int
iShape
,
int
iField
)
Definition at line
1558
of file
dbfopen.c
.
1560
{
1561
return
(
DBFWriteAttribute
( psDBF, iRecord, iField,
SHPLIB_NULLPTR
) );
1562
}
DBFWriteAttribute
static int DBFWriteAttribute(DBFHandle psDBF, int hEntity, int iField, void *pValue)
Definition:
dbfopen.c:1325
SHPLIB_NULLPTR
#define SHPLIB_NULLPTR
Definition:
dbfopen.c:99
References
DBFWriteAttribute()
, and
SHPLIB_NULLPTR
.
Here is the call graph for this function:
loader
shapefil.h
Generated by
1.9.1