<?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: Is there any API or method which returns elevation given latitude, longitude as inputs. in Qt Maps SDK Questions</title>
    <link>https://community.esri.com/t5/qt-maps-sdk-questions/is-there-any-api-or-method-which-returns-elevation/m-p/698390#M3558</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I wanted to know location of multiple (&amp;gt;1k) points at an instance (during runtime) required for processing elevation of each individual point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.Is using asynchronous operation like locationToElevation still the most efficient way?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.So in the case of multiple elevation queries, is it okay to obtain surface only once?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 May 2019 04:50:32 GMT</pubDate>
    <dc:creator>AbhijeetSatam</dc:creator>
    <dc:date>2019-05-28T04:50:32Z</dc:date>
    <item>
      <title>Is there any API or method which returns elevation given latitude, longitude as inputs.</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/is-there-any-api-or-method-which-returns-elevation/m-p/698388#M3556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using ArcGIS Runtime SDK for Qt 100.4. I am working on offline 3d application. Loaded the map (.tpk) and elevation data (.tiff). Its working with wgs84 reference. I wanted to know if there is an API or other method which returns elevation given latitude, longitude as inputs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 May 2019 14:34:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/is-there-any-api-or-method-which-returns-elevation/m-p/698388#M3556</guid>
      <dc:creator>AbhijeetSatam</dc:creator>
      <dc:date>2019-05-27T14:34:28Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any API or method which returns elevation given latitude, longitude as inputs.</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/is-there-any-api-or-method-which-returns-elevation/m-p/698389#M3557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to get the elevation at a lat/long in your 3D app you can follow this process:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&amp;nbsp;obtain&amp;nbsp;the Surface from your Scene object (see&amp;nbsp;&lt;A href="https://developers.arcgis.com/qt/latest/cpp/api-reference/esri-arcgisruntime-scene.html#baseSurface"&gt;https://developers.arcgis.com/qt/latest/cpp/api-reference/esri-arcgisruntime-scene.html#baseSurface&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;-&amp;nbsp;create a Point at your lat/long (see&amp;nbsp;&lt;A href="https://developers.arcgis.com/qt/latest/cpp/api-reference/esri-arcgisruntime-point.html#Point-2"&gt;https://developers.arcgis.com/qt/latest/cpp/api-reference/esri-arcgisruntime-point.html#Point-2&lt;/A&gt;).&amp;nbsp;&lt;EM&gt;Be careful the constructor expects&amp;nbsp;the inputs in long(x), lat(y) order.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;- run an asynchronous locationToElevation operation on your Surface supplying your location Point (&lt;A href="https://developers.arcgis.com/qt/latest/cpp/api-reference/esri-arcgisruntime-surface.html#locationToElevation"&gt;https://developers.arcgis.com/qt/latest/cpp/api-reference/esri-arcgisruntime-surface.html#locationToElevation&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope that helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luke&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 May 2019 16:17:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/is-there-any-api-or-method-which-returns-elevation/m-p/698389#M3557</guid>
      <dc:creator>LukeSmallwood</dc:creator>
      <dc:date>2019-05-27T16:17:08Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any API or method which returns elevation given latitude, longitude as inputs.</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/is-there-any-api-or-method-which-returns-elevation/m-p/698390#M3558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I wanted to know location of multiple (&amp;gt;1k) points at an instance (during runtime) required for processing elevation of each individual point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.Is using asynchronous operation like locationToElevation still the most efficient way?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.So in the case of multiple elevation queries, is it okay to obtain surface only once?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 May 2019 04:50:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/is-there-any-api-or-method-which-returns-elevation/m-p/698390#M3558</guid>
      <dc:creator>AbhijeetSatam</dc:creator>
      <dc:date>2019-05-28T04:50:32Z</dc:date>
    </item>
  </channel>
</rss>

