PostGIS
3.7.0dev-r@@SVN_REVISION@@
◆
DBFGetNativeFieldType()
char
SHPAPI_CALL
DBFGetNativeFieldType
(
DBFHandle
psDBF
,
int
iField
)
Definition at line
1710
of file
dbfopen.c
.
1712
{
1713
if
( iField >=0 && iField < psDBF->nFields )
1714
return
psDBF->
pachFieldType
[iField];
1715
1716
return
' '
;
1717
}
DBFInfo::pachFieldType
char * pachFieldType
Definition:
shapefil.h:604
References
DBFInfo::pachFieldType
.
loader
dbfopen.c
Generated by
1.9.1