struct P1::ImageSdk::GeoTiffField#
Overview#
The description of a GeoTIFF field. More…
#include <C_P1ImageCommonTypes.h> struct GeoTiffField { // fields GeoTiffKey key; GeoTiffValueType valueType; unsigned short value; void* data; unsigned int count; };
Detailed Documentation#
The description of a GeoTIFF field.
Fields#
GeoTiffKey key
The key of the GeoTIFF Field.
GeoTiffValueType valueType
The value type of the GeoTIFF Field.
unsigned short value
In case the value type is GeoTiffValueTypeShort the value should be stored in this property.
void* data
In case the value type is NOT GeoTiffValueTypeShort the value should be stored in this field.
unsigned int count
In case the value type is NOT GeoTiffValueTypeShort the count of value entries should be stored in this field.