.. _doxcsid-namespace_p1_1_1_image_sdk_1af5c20b1f8ff9345ebe619794f22961a3: GeoTiffKey enum ~~~~~~~~~~~~~~~ *Namespace:* ``P1.ImageSdk`` Definition ^^^^^^^^^^ The IDs of the supported GeoTiff tags Please see Chapter 7. Requirements and Annex E in the `GeoTiff specification `__ for details of the supported keys .. ref-code-block:: cpp :class: doxyrest-overview-code-block public enum GeoTiffKey .. _doxcsid-namespace_p1_1_1_image_sdk_1af5c20b1f8ff9345ebe619794f22961a3a4f33d59cb9810e56967a16ff26f5ba56: .. _doxcsid-namespace_p1_1_1_image_sdk_1af5c20b1f8ff9345ebe619794f22961a3ac8eca885f5bd44ada8fbf258771df612: .. _doxcsid-namespace_p1_1_1_image_sdk_1af5c20b1f8ff9345ebe619794f22961a3a94c1a3c9aa44b452963fee2787443ce9: .. _doxcsid-namespace_p1_1_1_image_sdk_1af5c20b1f8ff9345ebe619794f22961a3acbcd70974b8e47722a3ee46ab6f81563: .. _doxcsid-namespace_p1_1_1_image_sdk_1af5c20b1f8ff9345ebe619794f22961a3a1d72e5c86696bc2f2e7dc707022a278c: .. _doxcsid-namespace_p1_1_1_image_sdk_1af5c20b1f8ff9345ebe619794f22961a3ad4300c053436c365850838c2e7fdff87: Fields ^^^^^^ .. list-table:: :widths: 30 10 60 * - ``GTModelType`` - 0x400 - Defines the model coordinate reference system. See also the `requirements `__. * - ``GTRasterType`` - 0x0401 - Defines is a raster is an area or a point. See also the `requirements `__. * - ``GTCitation`` - 0x0402 - Optional generic Citation of the GeoTiff file. See also the `requirements `__. * - ``GeoTiffModelPixelScaleTag`` - 33550 - Describes the raster space and model space relation together with the **GeoTiffModelTiepointTag** tag. See also the `requirements `__ and `details of the coordinate transformation `__. * - ``GeoTiffModelTiepointTag`` - 33922 - Describes the raster space and model space relation along with the GeoTiffModelPixelScaleTag tag. See also the `requirements `__. * - ``GeoTiffModelTransformationTag`` - 34264 - Describes the raster space and model space relation with an affine transformation. See also the `requirements `__.