PostGIS
3.4.0dev-r@@SVN_REVISION@@
◆
DBFGetNativeFieldType()
char
SHPAPI_CALL
DBFGetNativeFieldType
(
DBFHandle
psDBF
,
int
iField
)
Definition at line
1701
of file
dbfopen.c
.
1703
{
1704
if
( iField >=0 && iField < psDBF->nFields )
1705
return
psDBF->
pachFieldType
[iField];
1706
1707
return
' '
;
1708
}
DBFInfo::pachFieldType
char * pachFieldType
Definition:
shapefil.h:604
References
DBFInfo::pachFieldType
.
loader
dbfopen.c
Generated by
1.9.1