PostGIS
3.7.0dev-r@@SVN_REVISION@@
◆
DBFWriteIntegerAttribute()
int
SHPAPI_CALL
DBFWriteIntegerAttribute
(
DBFHandle
hDBF
,
int
iShape
,
int
iField
,
int
nFieldValue
)
Definition at line
1528
of file
dbfopen.c
.
1531
{
1532
double
dValue = nValue;
1533
1534
return
(
DBFWriteAttribute
( psDBF, iRecord, iField,
STATIC_CAST
(
void
*, &dValue) ) );
1535
}
DBFWriteAttribute
static int DBFWriteAttribute(DBFHandle psDBF, int hEntity, int iField, void *pValue)
Definition:
dbfopen.c:1325
STATIC_CAST
#define STATIC_CAST(type, x)
Definition:
dbfopen.c:96
References
DBFWriteAttribute()
, and
STATIC_CAST
.
Here is the call graph for this function:
loader
shapefil.h
Generated by
1.9.1