PostGIS
2.5.7dev-r@@SVN_REVISION@@
◆
DBFReadDoubleAttribute()
double
SHPAPI_CALL
DBFReadDoubleAttribute
(
DBFHandle
psDBF
,
int
iRecord
,
int
iField
)
Definition at line
1069
of file
dbfopen.c
.
1071
{
1072
double
*pdValue;
1073
1074
pdValue = (
double
*)
DBFReadAttribute
( psDBF, iRecord, iField,
'N'
);
1075
1076
if
( pdValue == NULL )
1077
return
0.0;
1078
else
1079
return
( *pdValue );
1080
}
DBFReadAttribute
static void * DBFReadAttribute(DBFHandle psDBF, int hEntity, int iField, char chReqType)
Definition:
dbfopen.c:961
References
DBFReadAttribute()
.
Here is the call graph for this function:
loader
dbfopen.c
Generated by
1.9.1