enum P1::ImageSdk::GeoTiffValueType

The different value types supported by GeoTIFF specification.

#include <C_P1ImageCommonTypes.h>

enum GeoTiffValueType
{
    GeoTiffValueTypeShort  = 3,
    GeoTiffValueTypeDouble = 12,
    GeoTiffValueTypeAscii  = 2,
};