CSol
Enumerations
CSIRO::CSol::GDALType Namespace Reference

GDAL data types.

Enumerations

enum  Type {
  GDAL_Unknown = 0, GDAL_Byte = 1, GDAL_UInt16 = 2, GDAL_Int16 = 3,
  GDAL_UInt32 = 4, GDAL_Int32 = 5, GDAL_Float32 = 6, GDAL_Float64 = 7,
  GDAL_CInt16 = 8, GDAL_CInt32 = 9, GDAL_CFloat32 = 10, GDAL_CFloat64 = 11
}
 

Enumeration Type Documentation

enum Type
Enumerator
GDAL_Unknown 

Unknown data format.

GDAL_Byte 

Eight bit unsigned integer.

GDAL_UInt16 

Sixteen bit unsigned integer.

GDAL_Int16 

Sixteen bit signed integer.

GDAL_UInt32 

Thirty two bit unsigned integer.

GDAL_Int32 

Thirty two bit signed integer.

GDAL_Float32 

Thirty two bit floating point.

GDAL_Float64 

Sixty four bit floating point.

GDAL_CInt16 

Complex Int16.

GDAL_CInt32 

Complex Int32.

GDAL_CFloat32 

Complex Float32.

GDAL_CFloat64 

Complex Float64.