PostGIS
2.4.9dev-r@@SVN_REVISION@@
◆
DBFReadIntegerAttribute()
int
SHPAPI_CALL
DBFReadIntegerAttribute
(
DBFHandle
psDBF
,
int
iRecord
,
int
iField
)
Definition at line
1049
of file
dbfopen.c
.
References
DBFReadAttribute()
, and
SHPAPI_CALL
.
1051
{
1052
double
*pdValue;
1053
1054
pdValue = (
double
*)
DBFReadAttribute
( psDBF, iRecord, iField,
'N'
);
1055
1056
if
( pdValue == NULL )
1057
return
0;
1058
else
1059
return
( (
int
) *pdValue );
1060
}
DBFReadAttribute
static void * DBFReadAttribute(DBFHandle psDBF, int hEntity, int iField, char chReqType)
Definition:
dbfopen.c:961
Here is the call graph for this function:
loader
dbfopen.c
Generated by
1.8.13