<?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 elevation profile using QT/QML in Qt Maps SDK Questions</title>
    <link>https://community.esri.com/t5/qt-maps-sdk-questions/elevation-profile-using-qt-qml/m-p/1152491#M4503</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I want to create elevation profile using QT/QML SDK , as available in java or arcgis pro. Can any one suggest how I can do that.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Even suggestion how to plot a graph would be nice.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Virendra&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 10 Mar 2022 11:21:12 GMT</pubDate>
    <dc:creator>TASL_Virendra</dc:creator>
    <dc:date>2022-03-10T11:21:12Z</dc:date>
    <item>
      <title>elevation profile using QT/QML</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/elevation-profile-using-qt-qml/m-p/1152491#M4503</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I want to create elevation profile using QT/QML SDK , as available in java or arcgis pro. Can any one suggest how I can do that.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Even suggestion how to plot a graph would be nice.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Virendra&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Mar 2022 11:21:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/elevation-profile-using-qt-qml/m-p/1152491#M4503</guid>
      <dc:creator>TASL_Virendra</dc:creator>
      <dc:date>2022-03-10T11:21:12Z</dc:date>
    </item>
    <item>
      <title>Re: elevation profile using QT/QML</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/elevation-profile-using-qt-qml/m-p/1152882#M4504</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/456876"&gt;@TASL_Virendra&lt;/a&gt;, we are looking into the best solution to achieve this and will get back to you soon.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Mar 2022 10:38:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/elevation-profile-using-qt-qml/m-p/1152882#M4504</guid>
      <dc:creator>AndrewBladon</dc:creator>
      <dc:date>2022-03-11T10:38:07Z</dc:date>
    </item>
    <item>
      <title>Re: elevation profile using QT/QML</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/elevation-profile-using-qt-qml/m-p/1153336#M4505</link>
      <description>&lt;DIV class=""&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/456876"&gt;@TASL_Virendra&lt;/a&gt;.&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;You can calculate the elevation at a single point using the&amp;nbsp;&lt;A href="https://developers.arcgis.com/qt/cpp/api-reference/esri-arcgisruntime-surface.html#locationToElevation" target="_blank" rel="noopener noreferrer"&gt;Surface::locationToElevation&lt;/A&gt;&amp;nbsp;method. An example of this method being used can be found in the&amp;nbsp;&lt;A href="https://github.com/Esri/arcgis-runtime-samples-qt/tree/main/ArcGISRuntimeSDKQt_CppSamples/Scenes/GetElevationAtPoint" target="_blank" rel="noopener noreferrer"&gt;Get Elevation At Point&lt;/A&gt;&amp;nbsp;sample. The&amp;nbsp;&lt;A href="https://developers.arcgis.com/qt/cpp/api-reference/esri-arcgisruntime-surface.html#locationToElevation" target="_blank" rel="noopener noreferrer"&gt;Surface::locationToElevation&lt;/A&gt;&amp;nbsp;method can be called repeatedly for all locations along a line to calculate an elevation profile.&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;A suggested workflow to create an elevation profile would be as follows:&lt;/DIV&gt;&lt;UL class=""&gt;&lt;LI&gt;Draw/create a profile line in the scene view.&lt;/LI&gt;&lt;LI&gt;Densify the line to add additional points along the profile (see&amp;nbsp;&lt;A href="https://developers.arcgis.com/qt/cpp/api-reference/esri-arcgisruntime-geometryengine.html#densify" target="_blank" rel="noopener noreferrer"&gt;GeometryEngine::Densify&lt;/A&gt;).&lt;/LI&gt;&lt;LI&gt;For each point along the line, query the elevation using the&amp;nbsp;&lt;A href="https://developers.arcgis.com/qt/cpp/api-reference/esri-arcgisruntime-surface.html#locationToElevation" target="_blank" rel="noopener noreferrer"&gt;Surface::locationToElevation&lt;/A&gt;&amp;nbsp;method.&lt;/LI&gt;&lt;LI&gt;Once all elevation queries have completed, display the collection of heights using a 3rd party graphing library (e.g. QCharts).&lt;/LI&gt;&lt;/UL&gt;&lt;DIV class=""&gt;Let us know if you have any further questions.&lt;/DIV&gt;</description>
      <pubDate>Mon, 14 Mar 2022 13:55:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/elevation-profile-using-qt-qml/m-p/1153336#M4505</guid>
      <dc:creator>AndrewBladon</dc:creator>
      <dc:date>2022-03-14T13:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: elevation profile using QT/QML</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/elevation-profile-using-qt-qml/m-p/1157693#M4506</link>
      <description>&lt;P&gt;Hi Andrew,&lt;/P&gt;&lt;P&gt;Thanks for such details work flow, we are able to draw a elevation profile as required.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Virendra&lt;/P&gt;</description>
      <pubDate>Fri, 25 Mar 2022 07:25:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/elevation-profile-using-qt-qml/m-p/1157693#M4506</guid>
      <dc:creator>TASL_Virendra</dc:creator>
      <dc:date>2022-03-25T07:25:43Z</dc:date>
    </item>
  </channel>
</rss>

