PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ DBFWriteIntegerAttribute()

int SHPAPI_CALL DBFWriteIntegerAttribute ( DBFHandle  hDBF,
int  iShape,
int  iField,
int  nFieldValue 
)

Definition at line 1492 of file dbfopen.c.

1495 {
1496  double dValue = nValue;
1497 
1498  return( DBFWriteAttribute( psDBF, iRecord, iField, (void *) &dValue ) );
1499 }
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: