<?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 How can I set features [graphics] visibility in Feature Layer client side without setting layer definitionExpression? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-can-i-set-features-graphics-visibility-in/m-p/316154#M29084</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a client side Layer [Feature Layer] and I like to set graphics visibility [visible = false/true] in the client side without using the DefinitionExpression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know you anyone has any idea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Jul 2019 17:54:22 GMT</pubDate>
    <dc:creator>RoelGarcia</dc:creator>
    <dc:date>2019-07-30T17:54:22Z</dc:date>
    <item>
      <title>How can I set features [graphics] visibility in Feature Layer client side without setting layer definitionExpression?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-can-i-set-features-graphics-visibility-in/m-p/316154#M29084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a client side Layer [Feature Layer] and I like to set graphics visibility [visible = false/true] in the client side without using the DefinitionExpression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know you anyone has any idea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jul 2019 17:54:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-can-i-set-features-graphics-visibility-in/m-p/316154#M29084</guid>
      <dc:creator>RoelGarcia</dc:creator>
      <dc:date>2019-07-30T17:54:22Z</dc:date>
    </item>
    <item>
      <title>Re: How can I set features [graphics] visibility in Feature Layer client side without setting layer definitionExpression?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-can-i-set-features-graphics-visibility-in/m-p/316155#M29085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried looping through the graphics and setting the individual graphics visibility property?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jul 2019 18:05:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-can-i-set-features-graphics-visibility-in/m-p/316155#M29085</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2019-07-30T18:05:41Z</dc:date>
    </item>
    <item>
      <title>Re: How can I set features [graphics] visibility in Feature Layer client side without setting layer definitionExpression?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-can-i-set-features-graphics-visibility-in/m-p/316156#M29086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have tried to set visible property equals to false before insert all the features into the layer by using applyEdits but it does not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I get all the graphics?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in 3.x the layer contains array of graphics..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Roel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jul 2019 18:12:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-can-i-set-features-graphics-visibility-in/m-p/316156#M29086</guid>
      <dc:creator>RoelGarcia</dc:creator>
      <dc:date>2019-07-30T18:12:34Z</dc:date>
    </item>
    <item>
      <title>Re: How can I set features [graphics] visibility in Feature Layer client side without setting layer definitionExpression?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-can-i-set-features-graphics-visibility-in/m-p/316157#M29087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried to set the graphics visibility to false after they have inserted into the FL?&lt;/P&gt;&lt;P&gt;The only way to get the FLs graphics is to queryFeatures on the FL or the FeatureLayerView.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jul 2019 18:17:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-can-i-set-features-graphics-visibility-in/m-p/316157#M29087</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2019-07-30T18:17:29Z</dc:date>
    </item>
    <item>
      <title>Re: How can I set features [graphics] visibility in Feature Layer client side without setting layer definitionExpression?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-can-i-set-features-graphics-visibility-in/m-p/316158#M29088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have not try that yet,&amp;nbsp; my only concern about that is the performance, I like to hide / show graphics very fast(Instantly).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I read this ticket, but I think set the definition expression is not fast enough according what I want..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.esri.com/thread/195152-hideshow-graphic-with-43-api"&gt;https://community.esri.com/thread/195152-hideshow-graphic-with-43-api&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Roel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jul 2019 18:27:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-can-i-set-features-graphics-visibility-in/m-p/316158#M29088</guid>
      <dc:creator>RoelGarcia</dc:creator>
      <dc:date>2019-07-30T18:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: How can I set features [graphics] visibility in Feature Layer client side without setting layer definitionExpression?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-can-i-set-features-graphics-visibility-in/m-p/316159#M29089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/149726"&gt;Roel Garcia&lt;/A&gt;‌ maybe a &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-support-FeatureFilter.html"&gt;FeatureFilter &lt;/A&gt;would fit your use case? Example usage here:&amp;nbsp;&lt;A href="https://developers.arcgis.com/javascript/latest/sample-code/featurefilter-attributes/index.html"&gt;https://developers.arcgis.com/javascript/latest/sample-code/featurefilter-attributes/index.html&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jul 2019 20:50:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-can-i-set-features-graphics-visibility-in/m-p/316159#M29089</guid>
      <dc:creator>mgeorge</dc:creator>
      <dc:date>2019-07-30T20:50:13Z</dc:date>
    </item>
    <item>
      <title>Re: How can I set features [graphics] visibility in Feature Layer client side without setting layer definitionExpression?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-can-i-set-features-graphics-visibility-in/m-p/316160#M29090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does anybody understand why the setting an individual feature's visible property to false will hide the feature in a Scene View, but not a Map View?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Aug 2019 23:09:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-can-i-set-features-graphics-visibility-in/m-p/316160#M29090</guid>
      <dc:creator>MarkHolzworth</dc:creator>
      <dc:date>2019-08-06T23:09:11Z</dc:date>
    </item>
  </channel>
</rss>

