PostGIS
2.4.9dev-r@@SVN_REVISION@@
◆
DBFWriteLogicalAttribute()
int
SHPAPI_CALL
DBFWriteLogicalAttribute
(
DBFHandle
hDBF
,
int
iShape
,
int
iField
,
const char
lFieldValue
)
Definition at line
1535
of file
dbfopen.c
.
References
DBFWriteAttribute()
, and
SHPAPI_CALL
.
1538
{
1539
return
(
DBFWriteAttribute
( psDBF, iRecord, iField, (
void
*) (&lValue) ) );
1540
}
DBFWriteAttribute
static int DBFWriteAttribute(DBFHandle psDBF, int hEntity, int iField, void *pValue)
Definition:
dbfopen.c:1271
Here is the call graph for this function:
loader
shapefil.h
Generated by
1.8.13