PostGIS
2.1.10dev-r@@SVN_REVISION@@
Main Page
Related Pages
Namespaces
Data Structures
Files
Examples
double
SHPAPI_CALL
DBFReadDoubleAttribute
(
DBFHandle
hDBF
,
int
iShape
,
int
iField
)
Definition at line
1066
of file
dbfopen.c
.
References
DBFReadAttribute()
.
1068
{
1069
double
*pdValue;
1070
1071
pdValue = (
double
*)
DBFReadAttribute
( psDBF, iRecord, iField,
'N'
);
1072
1073
if
( pdValue == NULL )
1074
return
0.0;
1075
else
1076
return
( *pdValue );
1077
}
DBFReadAttribute
static void * DBFReadAttribute(DBFHandle psDBF, int hEntity, int iField, char chReqType)
Definition:
dbfopen.c:958
Here is the call graph for this function:
loader
shapefil.h
Generated by
1.8.9.1