<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Colorization Based Elevation in Qt Maps SDK Questions</title>
    <link>https://community.esri.com/t5/qt-maps-sdk-questions/colorization-based-elevation/m-p/412944#M2076</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Depending on your data, you might look at either the StretchRenderer (&lt;A class="link-titled" href="https://developers.arcgis.com/qt/latest/cpp/api-reference/esri-arcgisruntime-stretchrenderer.html" title="https://developers.arcgis.com/qt/latest/cpp/api-reference/esri-arcgisruntime-stretchrenderer.html"&gt;StretchRenderer Class | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;) or applying a RasterFunction (&lt;A class="link-titled" href="https://developers.arcgis.com/qt/latest/cpp/guide/add-raster-data.htm#ESRI_SECTION1_BC9F2DEED9B44E72A84C9A5A66412C69" title="https://developers.arcgis.com/qt/latest/cpp/guide/add-raster-data.htm#ESRI_SECTION1_BC9F2DEED9B44E72A84C9A5A66412C69"&gt;Add raster data—ArcGIS Runtime SDK for Qt | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ColorRamp may work but may be better suited for discrete data vs continuous elevation data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Apr 2020 14:52:25 GMT</pubDate>
    <dc:creator>LucasDanzinger</dc:creator>
    <dc:date>2020-04-27T14:52:25Z</dc:date>
    <item>
      <title>Colorization Based Elevation</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/colorization-based-elevation/m-p/412942#M2074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to be able to color the map according to elevation relative to an altitude.&amp;nbsp; I am having trouble finding an example. Hopefully someone here can point me in the right direction.&amp;nbsp; &amp;nbsp;The attached image shows some colorization levels relative to the altitude of an aircraft on approach, red is at or above current aircraft levels and the other colors at lower and lower thresholds.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I use the terrain data to achieve similar colorization using the ArcGIS Qt C++ SDK? I need to do it on a 2D as well as a 3D map.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any and all help is much appreciated!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/489904_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2020 21:54:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/colorization-based-elevation/m-p/412942#M2074</guid>
      <dc:creator>BradDuBois</dc:creator>
      <dc:date>2020-04-24T21:54:28Z</dc:date>
    </item>
    <item>
      <title>Re: Colorization Based Elevation</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/colorization-based-elevation/m-p/412943#M2075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you should be able to do this. I think a ColormapRenderer applied to a RasterLayer might be the best option. Check out this sample -&amp;nbsp;&lt;A class="link-titled" href="https://github.com/Esri/arcgis-runtime-samples-qt/tree/master/ArcGISRuntimeSDKQt_CppSamples/Layers/RasterColormapRenderer" title="https://github.com/Esri/arcgis-runtime-samples-qt/tree/master/ArcGISRuntimeSDKQt_CppSamples/Layers/RasterColormapRenderer"&gt;arcgis-runtime-samples-qt/ArcGISRuntimeSDKQt_CppSamples/Layers/RasterColormapRenderer at master · Esri/arcgis-runtime-sa…&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The idea is that you map pixel values in the raster to a specific color. In our sample, anything over 150 is red and under is yellow.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2020 14:48:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/colorization-based-elevation/m-p/412943#M2075</guid>
      <dc:creator>LucasDanzinger</dc:creator>
      <dc:date>2020-04-27T14:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: Colorization Based Elevation</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/colorization-based-elevation/m-p/412944#M2076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Depending on your data, you might look at either the StretchRenderer (&lt;A class="link-titled" href="https://developers.arcgis.com/qt/latest/cpp/api-reference/esri-arcgisruntime-stretchrenderer.html" title="https://developers.arcgis.com/qt/latest/cpp/api-reference/esri-arcgisruntime-stretchrenderer.html"&gt;StretchRenderer Class | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;) or applying a RasterFunction (&lt;A class="link-titled" href="https://developers.arcgis.com/qt/latest/cpp/guide/add-raster-data.htm#ESRI_SECTION1_BC9F2DEED9B44E72A84C9A5A66412C69" title="https://developers.arcgis.com/qt/latest/cpp/guide/add-raster-data.htm#ESRI_SECTION1_BC9F2DEED9B44E72A84C9A5A66412C69"&gt;Add raster data—ArcGIS Runtime SDK for Qt | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ColorRamp may work but may be better suited for discrete data vs continuous elevation data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2020 14:52:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/colorization-based-elevation/m-p/412944#M2076</guid>
      <dc:creator>LucasDanzinger</dc:creator>
      <dc:date>2020-04-27T14:52:25Z</dc:date>
    </item>
  </channel>
</rss>

