PostGIS
2.5.7dev-r@@SVN_REVISION@@
◆
DBFWriteDoubleAttribute()
int
SHPAPI_CALL
DBFWriteDoubleAttribute
(
DBFHandle
psDBF
,
int
iRecord
,
int
iField
,
double
dValue
)
Definition at line
1478
of file
dbfopen.c
.
1481
{
1482
return
(
DBFWriteAttribute
( psDBF, iRecord, iField, (
void
*) &dValue ) );
1483
}
DBFWriteAttribute
static int DBFWriteAttribute(DBFHandle psDBF, int hEntity, int iField, void *pValue)
Definition:
dbfopen.c:1271
References
DBFWriteAttribute()
.
Here is the call graph for this function:
loader
dbfopen.c
Generated by
1.9.1