<?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 locationToElevation in Qt Maps SDK Questions</title>
    <link>https://community.esri.com/t5/qt-maps-sdk-questions/locationtoelevation/m-p/560175#M2864</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;I am using Surface::locationToElevation function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) It looks locationToElevation returns nearest neighbor result. Is there any way to get&amp;nbsp;bilinear interpolated elevation?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) When I attached&amp;nbsp;ArcGISTiledElevationSource to the surface, &lt;SPAN&gt;locationToElevation&lt;/SPAN&gt; returns&amp;nbsp;&lt;SPAN&gt;nearest neighbor result.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;But if I attached (only) RasterElevationSource to the surface,&amp;nbsp;locationToElevation returns flat data.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I checked that RasterElevationSource configuration&amp;nbsp;worked fine displaying 3D map image.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Is this right behavior?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Hideki&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 31 Jan 2018 23:43:38 GMT</pubDate>
    <dc:creator>HidekiShibata</dc:creator>
    <dc:date>2018-01-31T23:43:38Z</dc:date>
    <item>
      <title>locationToElevation</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/locationtoelevation/m-p/560175#M2864</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;I am using Surface::locationToElevation function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) It looks locationToElevation returns nearest neighbor result. Is there any way to get&amp;nbsp;bilinear interpolated elevation?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) When I attached&amp;nbsp;ArcGISTiledElevationSource to the surface, &lt;SPAN&gt;locationToElevation&lt;/SPAN&gt; returns&amp;nbsp;&lt;SPAN&gt;nearest neighbor result.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;But if I attached (only) RasterElevationSource to the surface,&amp;nbsp;locationToElevation returns flat data.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I checked that RasterElevationSource configuration&amp;nbsp;worked fine displaying 3D map image.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Is this right behavior?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Hideki&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jan 2018 23:43:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/locationtoelevation/m-p/560175#M2864</guid>
      <dc:creator>HidekiShibata</dc:creator>
      <dc:date>2018-01-31T23:43:38Z</dc:date>
    </item>
    <item>
      <title>Re: locationToElevation</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/locationtoelevation/m-p/560176#M2865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is currently no way to force bilinear interpolation for locationToElevation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As for the raster issue, that does not sound correct. Are you saying your raster has elevation data but it displays flat?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2018 13:28:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/locationtoelevation/m-p/560176#M2865</guid>
      <dc:creator>LucasDanzinger</dc:creator>
      <dc:date>2018-03-19T13:28:41Z</dc:date>
    </item>
    <item>
      <title>Re: locationToElevation</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/locationtoelevation/m-p/560177#M2866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lucas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my application, I am using 2D map display only.&lt;/P&gt;&lt;P&gt;When user select two points on the map, I tried to get elevation between point1 and point2 every 1m to make cross-section data.&lt;/P&gt;&lt;P&gt;Result does not have smooth elevation change, it was step elevation change, looks like Minecraft world.&lt;/P&gt;&lt;P&gt;I understand elevation sources are 10m-100m mesh depend on the location. United States looks less than 10m, Japan looks 30m resolution.&lt;/P&gt;&lt;P&gt;I can not get this mesh resolution information from locationToElevation, so I can not interpolate the result by myself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to make simple 3D application to test, the terrain display was fine.&lt;/P&gt;&lt;P&gt;I believe your code generate mesh vertices at DEM cell's coordinates, so OpenGL automatically interpolate between cells.&lt;/P&gt;&lt;P&gt;I checked both my local raster DEM and your elevation server. Both 3D display looks fine, but locationToElevation results were not smooth.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to ask you to change locationToElevation() returns bi-liner interpolated elevation using 4 nearest cells instead of just return nearest neighbor cell's elevation.&lt;/P&gt;&lt;P&gt;Or, if locationToElevation also returns nearest neighbours horizontal coordinates,  I can do bi-liner interpolation by myself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hideki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2018 17:41:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/locationtoelevation/m-p/560177#M2866</guid>
      <dc:creator>HidekiShibata</dc:creator>
      <dc:date>2018-03-19T17:41:04Z</dc:date>
    </item>
    <item>
      <title>Re: locationToElevation</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/locationtoelevation/m-p/560178#M2867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the explanation. I'll pass your request on, but if you can log a support request with Esri Support or your distributor (if non-US), that would be the official way to submit an enhancement request.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2018 15:43:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/locationtoelevation/m-p/560178#M2867</guid>
      <dc:creator>LucasDanzinger</dc:creator>
      <dc:date>2018-03-27T15:43:45Z</dc:date>
    </item>
  </channel>
</rss>

