PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ DBFWriteStringAttribute()

int SHPAPI_CALL DBFWriteStringAttribute ( DBFHandle  hDBF,
int  iShape,
int  iField,
const char *  pszFieldValue 
)

Definition at line 1535 of file dbfopen.c.

1538 {
1539  return( DBFWriteAttribute( psDBF, iRecord, iField, STATIC_CAST(void *, CONST_CAST(char*, pszValue))) );
1540 }
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: