<?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: How to create a heat map layer in Qt Maps SDK Questions</title>
    <link>https://community.esri.com/t5/qt-maps-sdk-questions/how-to-create-a-heat-map-layer/m-p/689525#M3534</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately that isn't an option for the way we have to work with the data. Here's hoping that the client side renderer will be available in the next release.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the info.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Jul 2017 15:54:05 GMT</pubDate>
    <dc:creator>ClayGinn</dc:creator>
    <dc:date>2017-07-17T15:54:05Z</dc:date>
    <item>
      <title>How to create a heat map layer</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/how-to-create-a-heat-map-layer/m-p/689521#M3530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to use a heat map layer to visualize my data's density distribution over the map. I was thinking about using a&amp;nbsp;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt;ArcGISFeatureLayer, but I am not quite sure on how to use it for my purposes and if it is the right way. I am using ArcGIS SDK 10.2.6.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt;For example a heat map about the elevation of a specific area. How can I achieve that?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt;Is there some example code available?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Mar 2017 10:05:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/how-to-create-a-heat-map-layer/m-p/689521#M3530</guid>
      <dc:creator>DarkRider</dc:creator>
      <dc:date>2017-03-06T10:05:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a heat map layer</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/how-to-create-a-heat-map-layer/m-p/689522#M3531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We will have support for a HeatmapRenderer in an upcoming release. Most likely, 100 Update 2 (100.2). This will allow you to visualize a heat map from points like you see in ArcGIS Online. In the mean time, the only thing I can think to do as a workaround is the use the Local Server SDK to run a GP task that creates this. You could use one of the interpolation tools to create a raster, and then apply a renderer to the output raster to make it look like how you like -&amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/qt/latest/cpp/guide/local-server-geoprocessing-tools-support.htm" title="https://developers.arcgis.com/qt/latest/cpp/guide/local-server-geoprocessing-tools-support.htm"&gt;Local Server geoprocessing tools support—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;It is definitely overkill for what you likely need, but it might get you the result you need in the meantime.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Mar 2017 00:09:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/how-to-create-a-heat-map-layer/m-p/689522#M3531</guid>
      <dc:creator>LucasDanzinger</dc:creator>
      <dc:date>2017-03-11T00:09:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a heat map layer</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/how-to-create-a-heat-map-layer/m-p/689523#M3532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I realize that 100.1 just released, but any idea what the upcoming date might be for 100.2? This is one feature we really would like to have implemented.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jul 2017 14:35:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/how-to-create-a-heat-map-layer/m-p/689523#M3532</guid>
      <dc:creator>ClayGinn</dc:creator>
      <dc:date>2017-07-17T14:35:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a heat map layer</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/how-to-create-a-heat-map-layer/m-p/689524#M3533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;100.1 supports heat maps if you create the map in ArcGIS Online and then open the map in Qt. It will display the heatmap just as it looks in the browser. There is no API yet to modify it programmatically on the client side. 100.2 is slated for the end of the year, but I am not certain if the client side renderer will be available or not.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jul 2017 15:15:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/how-to-create-a-heat-map-layer/m-p/689524#M3533</guid>
      <dc:creator>LucasDanzinger</dc:creator>
      <dc:date>2017-07-17T15:15:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a heat map layer</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/how-to-create-a-heat-map-layer/m-p/689525#M3534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately that isn't an option for the way we have to work with the data. Here's hoping that the client side renderer will be available in the next release.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the info.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jul 2017 15:54:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/how-to-create-a-heat-map-layer/m-p/689525#M3534</guid>
      <dc:creator>ClayGinn</dc:creator>
      <dc:date>2017-07-17T15:54:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a heat map layer</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/how-to-create-a-heat-map-layer/m-p/689526#M3535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As a workaround for now, you could create the renderer from JSON. An example workflow would be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Create a WebMap in ArcGIS Online and configure the layer to have a heat map renderer&lt;/P&gt;&lt;P&gt;2) Open the Map in Runtime, iterate through the layers and find the one with the heat map renderer, and call toJson on it&lt;/P&gt;&lt;P&gt;3) Use that JSON (or a modified version of it) to construct a new Renderer by using fromJson, and set that renderer on a Feature Layer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It'll probably take some trial and error but it might at least get you going for the time being&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jul 2017 19:27:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/how-to-create-a-heat-map-layer/m-p/689526#M3535</guid>
      <dc:creator>LucasDanzinger</dc:creator>
      <dc:date>2017-07-26T19:27:36Z</dc:date>
    </item>
  </channel>
</rss>

