PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ DBFWriteLogicalAttribute()

int SHPAPI_CALL DBFWriteLogicalAttribute ( DBFHandle  hDBF,
int  iShape,
int  iField,
const char  lFieldValue 
)

Definition at line 1562 of file dbfopen.c.

1565 {
1566  return( DBFWriteAttribute( psDBF, iRecord, iField, STATIC_CAST(void *, CONST_CAST(char*, &lValue)) ) );
1567 }
static int DBFWriteAttribute(DBFHandle psDBF, int hEntity, int iField, void *pValue)
Definition: dbfopen.c:1316
#define STATIC_CAST(type, x)
Definition: dbfopen.c:96
#define CONST_CAST(type, x)
Definition: dbfopen.c:98

References CONST_CAST, DBFWriteAttribute(), and STATIC_CAST.

Here is the call graph for this function: