PostGIS
3.4.0dev-r@@SVN_REVISION@@
◆
DBFWriteNULLAttribute()
int
SHPAPI_CALL
DBFWriteNULLAttribute
(
DBFHandle
hDBF
,
int
iShape
,
int
iField
)
Definition at line
1549
of file
dbfopen.c
.
1551
{
1552
return
(
DBFWriteAttribute
( psDBF, iRecord, iField,
SHPLIB_NULLPTR
) );
1553
}
DBFWriteAttribute
static int DBFWriteAttribute(DBFHandle psDBF, int hEntity, int iField, void *pValue)
Definition:
dbfopen.c:1316
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