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