<?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: SceneLayer and ScenLayerView query support in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/scenelayer-and-scenlayerview-query-support/m-p/272885#M25170</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thomas,&lt;/P&gt;&lt;P&gt;Thanks for the response.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried to add additional visualVariables to my sceneLayer before the query, and It worked, I can see that my layer.renderer.requiredFields has those additional fields that I added in&amp;nbsp;&lt;SPAN&gt;visualVariables, but still I'm catching errors with queryFeatures().&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt; If I use the sceneLayer.queryFeatures(), it gives me this:&amp;nbsp;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/380872_pastedImage_1.png" style="width: 620px; height: 57px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If I use its sceneLayerView.queryFeatures(), I got an different error:&amp;nbsp;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/380927_pastedImage_2.png" style="width: 620px; height: 79px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Oct 2017 19:20:38 GMT</pubDate>
    <dc:creator>Yunpiao_WhitneyBai</dc:creator>
    <dc:date>2017-10-20T19:20:38Z</dc:date>
    <item>
      <title>SceneLayer and ScenLayerView query support</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/scenelayer-and-scenlayerview-query-support/m-p/272883#M25168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I published a sceneLayer to AGOL through a scene layer package. I'm trying to query the scene layer view / this scene layer using &amp;nbsp;queryFeature() method. But I found that none of the attributes&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;&amp;nbsp;support query when I use&amp;nbsp;&lt;/SPAN&gt;&lt;A class="" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fdevelopers.arcgis.com%2Fjavascript%2Flatest%2Fapi-reference%2Fesri-layers-SceneLayer.html%23getFieldUsageInfo" rel="nofollow" style="color: #000000; background-color: #ffffff; border: 0px; text-decoration: underline; padding: 0px calc(12px + 0.35ex) 0px 0px;" target="_blank"&gt;getFieldUsageInfo(field)&lt;/A&gt;&amp;nbsp;to check the field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since the this scene layer contains a large dataset, I really want to query the layerView instead of the whole layer using queryTask or linked Featurelayer. Does anyone know how can I fix this issue to make the field support query?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Oct 2017 16:44:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/scenelayer-and-scenlayerview-query-support/m-p/272883#M25168</guid>
      <dc:creator>Yunpiao_WhitneyBai</dc:creator>
      <dc:date>2017-10-20T16:44:29Z</dc:date>
    </item>
    <item>
      <title>Re: SceneLayer and ScenLayerView query support</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/scenelayer-and-scenlayerview-query-support/m-p/272884#M25169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could use various methods to force the scene layer to fetch the fields you're interested in. &amp;nbsp;One way to do this is to modify the visualVariables of your simple renderer (assuming you're using a simple renderer) by adding "dummy variables," like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
&amp;nbsp; type&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"opacity"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
&amp;nbsp; field&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'NAME'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
&amp;nbsp; legendOptions&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; showLegend&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;false&lt;/SPAN&gt;
&amp;nbsp; &lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;
&lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will force the scene layer into fetching the attribute NAME. &amp;nbsp;Then, when you perform sceneLayerView.queryFeatures() the returned graphics will have the NAME attribute.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could also overwrite the collectRequiredFields method on your render like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;renderer&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;collectRequiredFields &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;function&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;fields&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
&amp;nbsp; sceneLayer&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;fields&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;forEach&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;fieldInfo &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt; fields&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;fieldInfo&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;name&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;true&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
&lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That should force the scene&amp;nbsp;layer to fetch all fields, but it might break something else. &amp;nbsp;When I try it on a sample layer it looks like one of the fields&amp;nbsp;is not able to be fetched, so a lot of errors get thrown.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Keep in mind that the attributes on the scene layer can't be changed. &amp;nbsp;My understanding is that this is what the companion feature layer is for.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 13:19:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/scenelayer-and-scenlayerview-query-support/m-p/272884#M25169</guid>
      <dc:creator>ThomasSolow</dc:creator>
      <dc:date>2021-12-11T13:19:52Z</dc:date>
    </item>
    <item>
      <title>Re: SceneLayer and ScenLayerView query support</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/scenelayer-and-scenlayerview-query-support/m-p/272885#M25170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thomas,&lt;/P&gt;&lt;P&gt;Thanks for the response.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried to add additional visualVariables to my sceneLayer before the query, and It worked, I can see that my layer.renderer.requiredFields has those additional fields that I added in&amp;nbsp;&lt;SPAN&gt;visualVariables, but still I'm catching errors with queryFeatures().&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt; If I use the sceneLayer.queryFeatures(), it gives me this:&amp;nbsp;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/380872_pastedImage_1.png" style="width: 620px; height: 57px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If I use its sceneLayerView.queryFeatures(), I got an different error:&amp;nbsp;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/380927_pastedImage_2.png" style="width: 620px; height: 79px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Oct 2017 19:20:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/scenelayer-and-scenlayerview-query-support/m-p/272885#M25170</guid>
      <dc:creator>Yunpiao_WhitneyBai</dc:creator>
      <dc:date>2017-10-20T19:20:38Z</dc:date>
    </item>
    <item>
      <title>Re: SceneLayer and ScenLayerView query support</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/scenelayer-and-scenlayerview-query-support/m-p/272886#M25171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try setting the where property of your Query object to null. &amp;nbsp;Setting outFields to null is also probably a good idea.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Oct 2017 19:33:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/scenelayer-and-scenlayerview-query-support/m-p/272886#M25171</guid>
      <dc:creator>ThomasSolow</dc:creator>
      <dc:date>2017-10-20T19:33:41Z</dc:date>
    </item>
    <item>
      <title>Re: SceneLayer and ScenLayerView query support</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/scenelayer-and-scenlayerview-query-support/m-p/272887#M25172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First of all some theory about how this works:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Publishing a scene layer from an slpk will create a scene layer without an associated feature layer. Therefore, you can't query the scene layer (queries on scene layer are redirected to the associated feature layer which doesn't exist in your case). The only option in this case is to query the scene layer view.&lt;/P&gt;&lt;P&gt;2. Scene layer view queries on the other hand have a more limited functionality. First of all you can only query the features that are currently loaded (so not the whole layer). Second of all the number of properties that can be used for a query is limited: you can't use &lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;where&lt;/SPAN&gt; for example (therefore the error). For &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-SceneLayerView.html#queryFeatures"&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;queryFeatures&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; &lt;/SPAN&gt;only&lt;SPAN&gt;&amp;nbsp;&lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-tasks-support-Query.html#outFields"&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;outFields&lt;/SPAN&gt;&lt;/A&gt; and &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-tasks-support-Query.html#objectIds"&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;objectIds&lt;/SPAN&gt;&amp;nbsp;&lt;/A&gt;properties&amp;nbsp;&lt;/SPAN&gt;can be used. You don't need to send dummy variables on the renderer‌, you can set them in the &lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;outFields&lt;/SPAN&gt;&amp;nbsp;and that will return them in the query on the layer&amp;nbsp;view (FYI @Thomas_Solow).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Second: what is your use case? We might help you better by knowing what the goal is.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And a few&amp;nbsp;more tips:&lt;/P&gt;&lt;P&gt;If you need to query features based on attributes then&amp;nbsp;one options is to publish the scene&amp;nbsp;layer from a feature&amp;nbsp;layer in AGO (see here a &lt;A href="https://blogs.esri.com/esri/arcgis/2017/01/03/72321/"&gt;blog post&lt;/A&gt; on how to do this or &lt;A href="http://doc.arcgis.com/en/arcgis-online/share-maps/publish-scenes.htm#ESRI_SECTION1_12C00F31E17D4E118DD8E5DF934B6E11"&gt;official documentation&lt;/A&gt; if you prefer) and then use the query on the scene&amp;nbsp;layer which supports &lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;where&amp;nbsp;&lt;/SPAN&gt;and which in this case will work because you'll have an associated feature layer.&lt;/P&gt;&lt;P&gt;Another options is to&amp;nbsp;publish a feature&amp;nbsp;layer with the attributes and the same objectIds as the features have in the scene layer and manually link the two like in this sample:&amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/javascript/latest/sample-code/layers-scenelayer-query-popup/index.html" title="https://developers.arcgis.com/javascript/latest/sample-code/layers-scenelayer-query-popup/index.html"&gt;Query a SceneLayer's linked FeatureLayer | ArcGIS API for JavaScript 4.5&lt;/A&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Oct 2017 13:16:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/scenelayer-and-scenlayerview-query-support/m-p/272887#M25172</guid>
      <dc:creator>RalucaNicola1</dc:creator>
      <dc:date>2017-10-25T13:16:53Z</dc:date>
    </item>
    <item>
      <title>Re: SceneLayer and ScenLayerView query support</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/scenelayer-and-scenlayerview-query-support/m-p/272888#M25173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;Raluca Nicola wrote:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You don't need to send dummy variables on the renderer, you can set them in the &lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;outFields&lt;/SPAN&gt;&amp;nbsp;and that will return them in the query on the layer&amp;nbsp;view (FYI @Thomas_Solow).&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's a good point.&amp;nbsp; For most users this&amp;nbsp;does seem&amp;nbsp;like the right approach.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if you set outFields on the Query, the layer will&amp;nbsp;send one request to the scene service for each attribute in outFields, and this question did specify wanting to avoid querying the service.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SceneLayerView.queryFeatures&amp;nbsp;seems to stick to what's in the client already as long as you don't specify outFields.&amp;nbsp; The goal of forcing the scene layer to fetch attributes&amp;nbsp;with dummy variables (or however you do it) is to keep&amp;nbsp;subsequent&amp;nbsp;queries&amp;nbsp;for specific features in the client while still including all the attributes the user is interested in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eliminating those later requests in&amp;nbsp;exchange for requesting the attributes up-front may be of questionable value, but there are probably some situations where it's a good idea.&amp;nbsp; Imagine you know in advance that you want access to a certain field on&amp;nbsp;every feature that gets rendered, say for a feature table, or in order to mark each feature in a custom way.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Oct 2017 15:13:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/scenelayer-and-scenlayerview-query-support/m-p/272888#M25173</guid>
      <dc:creator>ThomasSolow</dc:creator>
      <dc:date>2017-10-25T15:13:28Z</dc:date>
    </item>
    <item>
      <title>Re: SceneLayer and ScenLayerView query support</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/scenelayer-and-scenlayerview-query-support/m-p/272889#M25174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raluca,&lt;/P&gt;&lt;P&gt;Thanks for your detailed explanation. Actually, I tried exactly same thing to publish scene layer from pro, but I found the field information is not included when I &amp;nbsp;tried to publish a scene layer using feature service in AGO. &amp;nbsp;Below is a sample back to July this year. The scene layer published from feature service only includes drawing information and no fields info at all. Therefore, I choose to use slpk instead. Do you have any idea why this happens?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/381352_pastedImage_3.png" style="width: 620px; height: 200px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Oct 2017 15:45:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/scenelayer-and-scenlayerview-query-support/m-p/272889#M25174</guid>
      <dc:creator>Yunpiao_WhitneyBai</dc:creator>
      <dc:date>2017-10-25T15:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: SceneLayer and ScenLayerView query support</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/scenelayer-and-scenlayerview-query-support/m-p/272890#M25175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried to remove the where clause and use a filter after it is resolved. And it works now. I&amp;nbsp;actually tried hack into &lt;SPAN style="background-color: #ffffff;"&gt;renderer.requiredFields instead of adding dummy field. I guess it works in the same way.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;thank you&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Oct 2017 15:49:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/scenelayer-and-scenlayerview-query-support/m-p/272890#M25175</guid>
      <dc:creator>Yunpiao_WhitneyBai</dc:creator>
      <dc:date>2017-10-25T15:49:40Z</dc:date>
    </item>
    <item>
      <title>Re: SceneLayer and ScenLayerView query support</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/scenelayer-and-scenlayerview-query-support/m-p/272891#M25176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hmm, that sounds like a bug. Did the buildings display?&amp;nbsp;Do you still have the service? It would be useful if you could pass it along so we can investigate.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Oct 2017 16:21:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/scenelayer-and-scenlayerview-query-support/m-p/272891#M25176</guid>
      <dc:creator>RalucaNicola1</dc:creator>
      <dc:date>2017-10-25T16:21:04Z</dc:date>
    </item>
    <item>
      <title>Re: SceneLayer and ScenLayerView query support</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/scenelayer-and-scenlayerview-query-support/m-p/272892#M25177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you guys tell me why you prefer this over the public API? If I understood correctly you want to have only one request with all the data in the beginning rather than making several requests?&lt;/P&gt;&lt;P&gt;What is the end goal for you Yunpiao?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Oct 2017 16:23:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/scenelayer-and-scenlayerview-query-support/m-p/272892#M25177</guid>
      <dc:creator>RalucaNicola1</dc:creator>
      <dc:date>2017-10-25T16:23:22Z</dc:date>
    </item>
    <item>
      <title>Re: SceneLayer and ScenLayerView query support</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/scenelayer-and-scenlayerview-query-support/m-p/272893#M25178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Hi Raluca,&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Sorry for the late response. Here are some data&amp;nbsp;some data you can use for testing. &lt;A class="link-titled" href="https://drive.google.com/file/d/1F7gnTY90P6d5Sq0f8TX6RqvY-gBNdObR/view?usp=sharing" title="https://drive.google.com/file/d/1F7gnTY90P6d5Sq0f8TX6RqvY-gBNdObR/view?usp=sharing"&gt;Case#01955480.ppkx - Google Drive&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;The building can display correctly but only with the drawing info.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Also, I found that if I publish feature class with z value, the z value actually get stripped off if it is a donuts polygon. We really hope can solve some of the publishing issue with scene layer.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Nov 2017 23:50:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/scenelayer-and-scenlayerview-query-support/m-p/272893#M25178</guid>
      <dc:creator>Yunpiao_WhitneyBai</dc:creator>
      <dc:date>2017-11-06T23:50:33Z</dc:date>
    </item>
    <item>
      <title>Re: SceneLayer and ScenLayerView query support</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/scenelayer-and-scenlayerview-query-support/m-p/272894#M25179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok, thanks for the data, I'll have a look at it by the end of this week and come back with a reply.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Nov 2017 09:14:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/scenelayer-and-scenlayerview-query-support/m-p/272894#M25179</guid>
      <dc:creator>RalucaNicola1</dc:creator>
      <dc:date>2017-11-07T09:14:45Z</dc:date>
    </item>
  </channel>
</rss>

