Module gdal_sys::OGRFieldType[][src]

Constants

OFTBinary

Raw Binary data

OFTDate

Date

OFTDateTime

Date and Time

OFTInteger

Simple 32bit integer

OFTInteger64

Single 64bit integer

OFTInteger64List

List of 64bit integers

OFTIntegerList

List of 32bit integers

OFTMaxType

List of 64bit integers

OFTReal

Double Precision floating point

OFTRealList

List of doubles

OFTString

String of ASCII chars

OFTStringList

Array of strings

OFTTime

Time

OFTWideString

deprecated

OFTWideStringList

deprecated

Type Definitions

Type

List of feature field types. This list is likely to be extended in the future … avoid coding applications based on the assumption that all field types can be known.