OGRFeature field attribute value union.
More...
#include <ogr_core.h>
List of all members.
Public Attributes |
|
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 |
Detailed Description
OGRFeature field attribute value union.
The documentation for this union was generated from the following file: