Module gdal_sys::OGRFieldSubType[][src]

Constants

OFSTBoolean

Boolean integer. Only valid for OFTInteger and OFTIntegerList.

OFSTFloat32

Single precision (32 bit) floating point. Only valid for OFTReal and OFTRealList.

OFSTInt16

Signed 16-bit integer. Only valid for OFTInteger and OFTIntegerList.

OFSTJSON

JSON content. Only valid for OFTString. @since GDAL 2.4

OFSTMaxSubType

JSON content. Only valid for OFTString. @since GDAL 2.4

OFSTNone

No subtype. This is the default value

Type Definitions

Type

List of field subtypes. A subtype represents a hint, a restriction of the main type, that is not strictly necessary to consult. This list is likely to be extended in the future … avoid coding applications based on the assumption that all field types can be known. Most subtypes only make sense for a restricted set of main types. @since GDAL 2.0