PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ DBFFieldType

Enumerator
FTString 
FTInteger 
FTDouble 
FTLogical 
FTDate 
FTInvalid 

Definition at line 638 of file shapefil.h.

638  {
639  FTString,
640  FTInteger,
641  FTDouble,
642  FTLogical,
643  FTDate,
644  FTInvalid
645 } DBFFieldType;
DBFFieldType
Definition: shapefil.h:638
@ FTDouble
Definition: shapefil.h:641
@ FTString
Definition: shapefil.h:639
@ FTInvalid
Definition: shapefil.h:644
@ FTLogical
Definition: shapefil.h:642
@ FTDate
Definition: shapefil.h:643
@ FTInteger
Definition: shapefil.h:640