<?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 Can you query for and render features with multipatch geometries from a feature service?  in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-you-query-for-and-render-features-with/m-p/625970#M58413</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a feature service that returns multipatch geometries, so I know I can query it. What I can't figure out is how to draw those multipatch objects in a graphics layer. The problem seems to be the one and only option for multipatchOption has to be&amp;nbsp; "xyFootprint" for the query task to work. As in the following jsFiddle : &lt;A href="https://jsfiddle.net/sugarray/t3hj7x96/" title="https://jsfiddle.net/sugarray/t3hj7x96/"&gt;queryTask - JSFiddle&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I try to force things and set the returnZ option to true, then even the simple drawing fails because the z values are all null. This is on a feature service that has HasZ: true. &lt;/P&gt;&lt;P&gt;Here is a jsFiddle that illustrates that setting the returnZ value to true does not help: &lt;A href="https://jsfiddle.net/sugarray/92c8bp14/" title="https://jsfiddle.net/sugarray/92c8bp14/"&gt;return Z values - JSFiddle&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Feb 2016 21:02:45 GMT</pubDate>
    <dc:creator>MikeAnderson</dc:creator>
    <dc:date>2016-02-16T21:02:45Z</dc:date>
    <item>
      <title>Can you query for and render features with multipatch geometries from a feature service?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-you-query-for-and-render-features-with/m-p/625970#M58413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a feature service that returns multipatch geometries, so I know I can query it. What I can't figure out is how to draw those multipatch objects in a graphics layer. The problem seems to be the one and only option for multipatchOption has to be&amp;nbsp; "xyFootprint" for the query task to work. As in the following jsFiddle : &lt;A href="https://jsfiddle.net/sugarray/t3hj7x96/" title="https://jsfiddle.net/sugarray/t3hj7x96/"&gt;queryTask - JSFiddle&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I try to force things and set the returnZ option to true, then even the simple drawing fails because the z values are all null. This is on a feature service that has HasZ: true. &lt;/P&gt;&lt;P&gt;Here is a jsFiddle that illustrates that setting the returnZ value to true does not help: &lt;A href="https://jsfiddle.net/sugarray/92c8bp14/" title="https://jsfiddle.net/sugarray/92c8bp14/"&gt;return Z values - JSFiddle&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Feb 2016 21:02:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-you-query-for-and-render-features-with/m-p/625970#M58413</guid>
      <dc:creator>MikeAnderson</dc:creator>
      <dc:date>2016-02-16T21:02:45Z</dc:date>
    </item>
    <item>
      <title>Re: Can you query for and render features with multipatch geometries from a feature service?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-you-query-for-and-render-features-with/m-p/625971#M58414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mike,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you describe a bit more about what you are trying to do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For now, the recommended pattern to share and view 3D multipatch data in a browser is to publish a 3D Object Scene Layer from ArcGIS Pro 1.1+ to on premises Portal for ArcGIS Server. This scene, for example, references data published in that pattern:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.arcgis.com/home/webscene/viewer.html?webscene=3e17e7850ccf44c688970300fa3fa5f0" title="http://www.arcgis.com/home/webscene/viewer.html?webscene=3e17e7850ccf44c688970300fa3fa5f0"&gt;Web Scene Viewer&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are looking at enabling hosting of this content Online in the near future as well.&lt;/P&gt;&lt;P&gt;Chris &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Feb 2016 21:25:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-you-query-for-and-render-features-with/m-p/625971#M58414</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2016-02-16T21:25:43Z</dc:date>
    </item>
    <item>
      <title>Re: Can you query for and render features with multipatch geometries from a feature service?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-you-query-for-and-render-features-with/m-p/625972#M58415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you examine the jsFiddle links I sent?&amp;nbsp; I think they might clear up what I’m trying to do. I have a scene layer hosted on our portal, but I only want to display some of the buildings, perhaps one of the buildings. I’d like to do that without putting each building in its own layer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Feb 2016 21:32:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-you-query-for-and-render-features-with/m-p/625972#M58415</guid>
      <dc:creator>MikeAnderson</dc:creator>
      <dc:date>2016-02-16T21:32:48Z</dc:date>
    </item>
  </channel>
</rss>

