PostGIS
3.0.6dev-r@@SVN_REVISION@@
◆
DBFWriteDoubleAttribute()
int
SHPAPI_CALL
DBFWriteDoubleAttribute
(
DBFHandle
hDBF
,
int
iShape
,
int
iField
,
double
dFieldValue
)
Definition at line
1430
of file
dbfopen.c
.
1431
{
1432
return
(
DBFWriteAttribute
(psDBF, iRecord, iField, (
void
*)&dValue));
1433
}
DBFWriteAttribute
static int DBFWriteAttribute(DBFHandle psDBF, int hEntity, int iField, void *pValue)
Definition:
dbfopen.c:1235
References
DBFWriteAttribute()
.
Here is the call graph for this function:
loader
shapefil.h
Generated by
1.9.1