<?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 work with real 3D data in a SceneView? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-work-with-real-3d-data-in-a-sceneview/m-p/460050#M42522</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes you can display 3D geometries in a SceneView. How are you setting up the layer? Are you using FeatureLayer? If so, you would need to set the returnZ and elevationInfo properties like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;var lyr = new FeatureLayer({
&lt;SPAN&gt;&amp;nbsp; url: "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fsampleserver6.arcgisonline.com%2Farcgis%2Frest%2Fservices%2FVerticalLines%2FMapServer%2F0" target="_blank"&gt;http://sampleserver6.arcgisonline.com/arcgis/rest/services/VerticalLines/MapServer/0&lt;/A&gt;&lt;SPAN&gt;",&lt;/SPAN&gt;
&amp;nbsp; returnZ: true,
&amp;nbsp; elevationInfo: {
&amp;nbsp;&amp;nbsp;&amp;nbsp; mode: "absoluteHeight"
&amp;nbsp; }
});&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 11 Dec 2021 20:28:33 GMT</pubDate>
    <dc:creator>KristianEkenes</dc:creator>
    <dc:date>2021-12-11T20:28:33Z</dc:date>
    <item>
      <title>How to work with real 3D data in a SceneView?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-work-with-real-3d-data-in-a-sceneview/m-p/460049#M42521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have an ESRI map service that exposes polylines. This map service has &lt;STRONG&gt;HasZ: true.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The z-value is relative to the sea level, not to the terrain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I add this map service to a map and display it in a SceneView, I have the impression that the geometries are draped on the basemap and that their true z-values are ignored.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The map service has Spatial Reference: 31370.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to display true 3D geometries in the SceneView?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2015 11:13:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-work-with-real-3d-data-in-a-sceneview/m-p/460049#M42521</guid>
      <dc:creator>janjermei</dc:creator>
      <dc:date>2015-12-03T11:13:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to work with real 3D data in a SceneView?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-work-with-real-3d-data-in-a-sceneview/m-p/460050#M42522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes you can display 3D geometries in a SceneView. How are you setting up the layer? Are you using FeatureLayer? If so, you would need to set the returnZ and elevationInfo properties like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;var lyr = new FeatureLayer({
&lt;SPAN&gt;&amp;nbsp; url: "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fsampleserver6.arcgisonline.com%2Farcgis%2Frest%2Fservices%2FVerticalLines%2FMapServer%2F0" target="_blank"&gt;http://sampleserver6.arcgisonline.com/arcgis/rest/services/VerticalLines/MapServer/0&lt;/A&gt;&lt;SPAN&gt;",&lt;/SPAN&gt;
&amp;nbsp; returnZ: true,
&amp;nbsp; elevationInfo: {
&amp;nbsp;&amp;nbsp;&amp;nbsp; mode: "absoluteHeight"
&amp;nbsp; }
});&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 20:28:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-work-with-real-3d-data-in-a-sceneview/m-p/460050#M42522</guid>
      <dc:creator>KristianEkenes</dc:creator>
      <dc:date>2021-12-11T20:28:33Z</dc:date>
    </item>
  </channel>
</rss>

