OGRFeature field attribute value union.
More...
#include <ogr_core.h>
|
int | Integer |
|
GIntBig | Integer64 |
|
double | Real |
|
char * | String |
|
struct { |
int nCount |
|
int * paList |
|
} | IntegerList |
|
struct { |
int nCount |
|
GIntBig * paList |
|
} | Integer64List |
|
struct { |
int nCount |
|
double * paList |
|
} | RealList |
|
struct { |
int nCount |
|
char ** paList |
|
} | StringList |
|
struct { |
int nCount |
|
GByte * paData |
|
} | Binary |
|
struct { |
int nMarker1 |
|
int nMarker2 |
|
} | Set |
|
struct { |
GInt16 Year |
|
GByte Month |
|
GByte Day |
|
GByte Hour |
|
GByte Minute |
|
GByte TZFlag |
|
GByte Reserved |
|
float Second |
|
} | Date |
|
OGRFeature field attribute value union.
The documentation for this union was generated from the following file: