PostGIS 3.0.6dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ DBFWriteIntegerAttribute()

int SHPAPI_CALL DBFWriteIntegerAttribute ( DBFHandle  psDBF,
int  iRecord,
int  iField,
int  nValue 
)

Definition at line 1442 of file dbfopen.c.

1443{
1444 double dValue = nValue;
1445
1446 return (DBFWriteAttribute(psDBF, iRecord, iField, (void *)&dValue));
1447}
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: