PostGIS
2.5.7dev-r@@SVN_REVISION@@
◆
DBFWriteStringAttribute()
int
SHPAPI_CALL
DBFWriteStringAttribute
(
DBFHandle
hDBF
,
int
iShape
,
int
iField
,
const char *
pszFieldValue
)
Definition at line
1508
of file
dbfopen.c
.
1511
{
1512
return
(
DBFWriteAttribute
( psDBF, iRecord, iField, (
void
*) pszValue ) );
1513
}
DBFWriteAttribute
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:
loader
shapefil.h
Generated by
1.9.1