.. index:: pair: enum; GeoTiffKey .. _doxid-namespace_p1_1_1_image_sdk_1af5c20b1f8ff9345ebe619794f22961a3: enum P1::ImageSdk::GeoTiffKey ============================= Overview ~~~~~~~~ The supported GeoTiff tags. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include enum GeoTiffKey { :ref:`GTModelType` = 0x400, :ref:`GTRasterType` = 0x0401, :ref:`GTCitation` = 0x0402, :ref:`GeoTiffModelPixelScaleTag` = 33550, :ref:`GeoTiffModelTiepointTag` = 33922, :ref:`GeoTiffModelTransformationTag` = 34264, }; .. _details-namespace_p1_1_1_image_sdk_1af5c20b1f8ff9345ebe619794f22961a3: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ The supported GeoTiff tags. Please see Chapter 7. Requirements and Annex E in the GeoTiff specification at `https://www.ogc.org/standards/geotiff `__ for details of the supported keys Enum Values ----------- .. index:: pair: enumvalue; GTModelType .. _doxid-namespace_p1_1_1_image_sdk_1af5c20b1f8ff9345ebe619794f22961a3ad5ee437b06dca9b0693780d97cc2b5bc: .. ref-code-block:: cpp :class: doxyrest-title-code-block GTModelType Defines the model coordinate reference system. Please see the requirements for this tag at `http://docs.opengeospatial.org/is/19-008r4/19-008r4.html#_requirements_class_gtmodeltypegeokey `__ .. index:: pair: enumvalue; GTRasterType .. _doxid-namespace_p1_1_1_image_sdk_1af5c20b1f8ff9345ebe619794f22961a3afdbfdf850d571e38295102f87036d43f: .. ref-code-block:: cpp :class: doxyrest-title-code-block GTRasterType Defines is a raster is an area or a point. Please see the requirements for this tag at `http://docs.opengeospatial.org/is/19-008r4/19-008r4.html#_requirements_class_gtrastertypegeokey `__ .. index:: pair: enumvalue; GTCitation .. _doxid-namespace_p1_1_1_image_sdk_1af5c20b1f8ff9345ebe619794f22961a3ae62c1775ceaeb8e82f4d7a3a977ffef6: .. ref-code-block:: cpp :class: doxyrest-title-code-block GTCitation Optional generic Citation of the GeoTiff file. Please see the requirements for this tag at `http://docs.opengeospatial.org/is/19-008r4/19-008r4.html#_requirements_class_citation_geokeys `__ .. index:: pair: enumvalue; GeoTiffModelPixelScaleTag .. _doxid-namespace_p1_1_1_image_sdk_1af5c20b1f8ff9345ebe619794f22961a3a4db4722fe4a67f11c2c71f96253fd52e: .. ref-code-block:: cpp :class: doxyrest-title-code-block GeoTiffModelPixelScaleTag Describes the raster space and model space relation together with the GeoTiffModelTiepointTag tag. Please see how coordinate transformation works in GeoTIFF specification at `http://docs.opengeospatial.org/is/19-008r4/19-008r4.html#_coordinate_transformations `__ and the requirements for this tag at `http://docs.opengeospatial.org/is/19-008r4/19-008r4.html#_requirements_class_modelpixelscaletag `__ This tag is mutually exclusive with the *GeoTiffModelTransformationTag*. .. index:: pair: enumvalue; GeoTiffModelTiepointTag .. _doxid-namespace_p1_1_1_image_sdk_1af5c20b1f8ff9345ebe619794f22961a3a4cc289b2df3a4bcdd10cc2c72fe08323: .. ref-code-block:: cpp :class: doxyrest-title-code-block GeoTiffModelTiepointTag Describes the raster space and model space relation along with the GeoTiffModelPixelScaleTag tag. Please see the requirements for this tag at `http://docs.opengeospatial.org/is/19-008r4/19-008r4.html#_requirements_class_modeltiepointtag `__ This tag is mutually exclusive with the *GeoTiffModelTransformationTag*. .. index:: pair: enumvalue; GeoTiffModelTransformationTag .. _doxid-namespace_p1_1_1_image_sdk_1af5c20b1f8ff9345ebe619794f22961a3a8558cdc69b8227a5fe9fee453d176c66: .. ref-code-block:: cpp :class: doxyrest-title-code-block GeoTiffModelTransformationTag Describes the raster space and model space relation with an affine transformation. Please see the requirements for this tag at `http://docs.opengeospatial.org/is/19-008r4/19-008r4.html#_requirements_class_modeltransformationtag `__ This tag is mutually exclusive with the *GeoTiffModelPixelScaleTag*.