.. index:: pair: struct; P1::ImageSdk::GeoTiffField .. _doxid-struct_p1_1_1_image_sdk_1_1_geo_tiff_field: struct P1::ImageSdk::GeoTiffField ================================= .. toctree:: :hidden: Overview ~~~~~~~~ The description of a GeoTIFF field. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct GeoTiffField { // fields :ref:`GeoTiffKey` :ref:`key`; :ref:`GeoTiffValueType` :ref:`valueType`; unsigned short :ref:`value`; void* :ref:`data`; unsigned int :ref:`count`; }; .. _details-struct_p1_1_1_image_sdk_1_1_geo_tiff_field: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ The description of a GeoTIFF field. Fields ------ .. index:: pair: variable; key .. _doxid-struct_p1_1_1_image_sdk_1_1_geo_tiff_field_1aae4c42a8228aa249f8572327468483e2: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`GeoTiffKey` key The key of the GeoTIFF Field. .. index:: pair: variable; valueType .. _doxid-struct_p1_1_1_image_sdk_1_1_geo_tiff_field_1a47c47ccdae9c634a659c66027227d910: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`GeoTiffValueType` valueType The value type of the GeoTIFF Field. .. index:: pair: variable; value .. _doxid-struct_p1_1_1_image_sdk_1_1_geo_tiff_field_1ac98fd1cc8dca076b732b5ec4586c13ba: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned short value In case the value type is GeoTiffValueTypeShort the value should be stored in this property. .. index:: pair: variable; data .. _doxid-struct_p1_1_1_image_sdk_1_1_geo_tiff_field_1aff74cc5ff953350d1fa9c57a3e64bffa: .. ref-code-block:: cpp :class: doxyrest-title-code-block void* data In case the value type is NOT GeoTiffValueTypeShort the value should be stored in this field. .. index:: pair: variable; count .. _doxid-struct_p1_1_1_image_sdk_1_1_geo_tiff_field_1aa6ec1dc109f6e7436a883a41f0cbe798: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int count In case the value type is NOT GeoTiffValueTypeShort the count of value entries should be stored in this field.