<?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>idea Support for 3D analysis in the nearest point/vertex operation in ArcGIS Maps SDKs Native Ideas</title>
    <link>https://community.esri.com/t5/arcgis-maps-sdks-native-ideas/support-for-3d-analysis-in-the-nearest-point/idi-p/1015375</link>
    <description>&lt;P&gt;Currently, the nearest point operation does not support three-dimensional analysis. We in our mobile application deal with a lot of three-dimensional data and often use the nearest coordinate method of the &lt;STRONG&gt;GeometryEngine. &lt;/STRONG&gt;Since obtaining the altitude of the nearest point from an input geometry is critical to us, we resort to a lot of hacks to obtain the z-value of the resultant co-ordinate after using the nearest coordinate/vertex method.&amp;nbsp; It would be great if such methods of the GeometryEngine supported the three-dimensional analysis of the input data.&lt;/P&gt;</description>
    <pubDate>Sun, 10 Jan 2021 15:27:26 GMT</pubDate>
    <dc:creator>SarthakMishra</dc:creator>
    <dc:date>2021-01-10T15:27:26Z</dc:date>
    <item>
      <title>Support for 3D analysis in the nearest point/vertex operation</title>
      <link>https://community.esri.com/t5/arcgis-maps-sdks-native-ideas/support-for-3d-analysis-in-the-nearest-point/idi-p/1015375</link>
      <description>&lt;P&gt;Currently, the nearest point operation does not support three-dimensional analysis. We in our mobile application deal with a lot of three-dimensional data and often use the nearest coordinate method of the &lt;STRONG&gt;GeometryEngine. &lt;/STRONG&gt;Since obtaining the altitude of the nearest point from an input geometry is critical to us, we resort to a lot of hacks to obtain the z-value of the resultant co-ordinate after using the nearest coordinate/vertex method.&amp;nbsp; It would be great if such methods of the GeometryEngine supported the three-dimensional analysis of the input data.&lt;/P&gt;</description>
      <pubDate>Sun, 10 Jan 2021 15:27:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-maps-sdks-native-ideas/support-for-3d-analysis-in-the-nearest-point/idi-p/1015375</guid>
      <dc:creator>SarthakMishra</dc:creator>
      <dc:date>2021-01-10T15:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: Support for 3D analysis in the nearest point/vertex operation</title>
      <link>https://community.esri.com/t5/arcgis-maps-sdks-native-ideas/support-for-3d-analysis-in-the-nearest-point/idc-p/1044252#M200</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/434897"&gt;@SarthakMishra&lt;/a&gt;&amp;nbsp;Assuming I understand your question correctly, is it possible to use the `getLocationFromPoint()` async method to get your z value once you have your ground coordinate. Let me know if that helps.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Apr 2021 18:03:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-maps-sdks-native-ideas/support-for-3d-analysis-in-the-nearest-point/idc-p/1044252#M200</guid>
      <dc:creator>KoushikHajra</dc:creator>
      <dc:date>2021-04-06T18:03:41Z</dc:date>
    </item>
    <item>
      <title>Re: Support for 3D analysis in the nearest point/vertex operation</title>
      <link>https://community.esri.com/t5/arcgis-maps-sdks-native-ideas/support-for-3d-analysis-in-the-nearest-point/idc-p/1044268#M201</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/355965"&gt;@KoushikHajra&lt;/a&gt;&amp;nbsp;Correct. For example,&amp;nbsp;the &lt;STRONG&gt;nearestPoint&lt;/STRONG&gt;&amp;nbsp;method when used to find the nearest point in a bunch of points does not contain the &lt;STRONG&gt;z-value&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Apr 2021 18:21:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-maps-sdks-native-ideas/support-for-3d-analysis-in-the-nearest-point/idc-p/1044268#M201</guid>
      <dc:creator>SarthakMishra</dc:creator>
      <dc:date>2021-04-06T18:21:01Z</dc:date>
    </item>
    <item>
      <title>Re: Support for 3D analysis in the nearest point/vertex operation</title>
      <link>https://community.esri.com/t5/arcgis-maps-sdks-native-ideas/support-for-3d-analysis-in-the-nearest-point/idc-p/1044275#M202</link>
      <description>&lt;P&gt;So, can you try &lt;A href="https://developers.arcgis.com/android/api-reference/reference/com/esri/arcgisruntime/mapping/Surface.html#getElevationAsync(com.esri.arcgisruntime.geometry.Point)" target="_self"&gt;this&lt;/A&gt;&amp;nbsp;method and see if that saves you from the hacks?&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Apr 2021 18:29:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-maps-sdks-native-ideas/support-for-3d-analysis-in-the-nearest-point/idc-p/1044275#M202</guid>
      <dc:creator>KoushikHajra</dc:creator>
      <dc:date>2021-04-06T18:29:27Z</dc:date>
    </item>
    <item>
      <title>Re: Support for 3D analysis in the nearest point/vertex operation</title>
      <link>https://community.esri.com/t5/arcgis-maps-sdks-native-ideas/support-for-3d-analysis-in-the-nearest-point/idc-p/1044283#M203</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/355965"&gt;@KoushikHajra&lt;/a&gt;&amp;nbsp;So we have a multipoint geoJson data set which contains z-values in them. Using the &lt;STRONG&gt;nearestCoordinate&lt;/STRONG&gt; on that does not return the z-index value. I believe the link you have shared expects a map surface (Layer) to be present to obtain the elevation. Would it work for our case as well? Thanks anyway for replying!&lt;/P&gt;</description>
      <pubDate>Tue, 06 Apr 2021 18:37:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-maps-sdks-native-ideas/support-for-3d-analysis-in-the-nearest-point/idc-p/1044283#M203</guid>
      <dc:creator>SarthakMishra</dc:creator>
      <dc:date>2021-04-06T18:37:02Z</dc:date>
    </item>
    <item>
      <title>Re: Support for 3D analysis in the nearest point/vertex operation</title>
      <link>https://community.esri.com/t5/arcgis-maps-sdks-native-ideas/support-for-3d-analysis-in-the-nearest-point/idc-p/1044285#M204</link>
      <description>&lt;P&gt;I see. I was working on some assumptions. Yes, the expectation is that you need to have a surface and I was assuming that you have it already since you're in 3D. If you do, then yes, it should work.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Apr 2021 18:40:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-maps-sdks-native-ideas/support-for-3d-analysis-in-the-nearest-point/idc-p/1044285#M204</guid>
      <dc:creator>KoushikHajra</dc:creator>
      <dc:date>2021-04-06T18:40:07Z</dc:date>
    </item>
    <item>
      <title>Re: Support for 3D analysis in the nearest point/vertex operation</title>
      <link>https://community.esri.com/t5/arcgis-maps-sdks-native-ideas/support-for-3d-analysis-in-the-nearest-point/idc-p/1044286#M205</link>
      <description>&lt;P&gt;Yeah, is there any other way to obtain the 3D value from an existing geo json data set? Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Apr 2021 18:41:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-maps-sdks-native-ideas/support-for-3d-analysis-in-the-nearest-point/idc-p/1044286#M205</guid>
      <dc:creator>SarthakMishra</dc:creator>
      <dc:date>2021-04-06T18:41:27Z</dc:date>
    </item>
  </channel>
</rss>

