<?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: Filtered FeatureLayer and ArcGISDynamicMapServiceLayer extent in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/filtered-featurelayer-and/m-p/259139#M23989</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What mode do you set when creating the feature layer? Try to use MODE_SNAPSHOT instead of the other two.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Nov 2013 16:08:01 GMT</pubDate>
    <dc:creator>JasonZou</dc:creator>
    <dc:date>2013-11-21T16:08:01Z</dc:date>
    <item>
      <title>Filtered FeatureLayer and ArcGISDynamicMapServiceLayer extent</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/filtered-featurelayer-and/m-p/259136#M23986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is there a way to get the extent of a layer which uses&amp;nbsp; layer definitions/expression? By default, I only see the extent of the service. It seems like running a query to compile extent is a bad option. This seems exceedingly true when it has to be done on ArcGISDynamicMapServiceLayer which would require separate queries on each sublayer.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Nov 2013 20:05:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/filtered-featurelayer-and/m-p/259136#M23986</guid>
      <dc:creator>JamesVillanueva</dc:creator>
      <dc:date>2013-11-20T20:05:54Z</dc:date>
    </item>
    <item>
      <title>Re: Filtered FeatureLayer and ArcGISDynamicMapServiceLayer extent</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/filtered-featurelayer-and/m-p/259137#M23987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;After featLayer.setDefinitionExpression, try the below code:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;var extLayer = esri.graphicsExtent(featLayer.graphics);&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Nov 2013 15:44:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/filtered-featurelayer-and/m-p/259137#M23987</guid>
      <dc:creator>JasonZou</dc:creator>
      <dc:date>2013-11-21T15:44:19Z</dc:date>
    </item>
    <item>
      <title>Re: Filtered FeatureLayer and ArcGISDynamicMapServiceLayer extent</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/filtered-featurelayer-and/m-p/259138#M23988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This works fine when you're zoomed to full extent. However if your user is zoomed into a closer area, the graphics in the layer change due to the fact that your layer is managed. There is not a good way I have found to consistenly get the extent of all graphics in a layer filtered by expression other than running a query on the layer.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Nov 2013 15:58:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/filtered-featurelayer-and/m-p/259138#M23988</guid>
      <dc:creator>JamesVillanueva</dc:creator>
      <dc:date>2013-11-21T15:58:49Z</dc:date>
    </item>
    <item>
      <title>Re: Filtered FeatureLayer and ArcGISDynamicMapServiceLayer extent</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/filtered-featurelayer-and/m-p/259139#M23989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What mode do you set when creating the feature layer? Try to use MODE_SNAPSHOT instead of the other two.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Nov 2013 16:08:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/filtered-featurelayer-and/m-p/259139#M23989</guid>
      <dc:creator>JasonZou</dc:creator>
      <dc:date>2013-11-21T16:08:01Z</dc:date>
    </item>
    <item>
      <title>Re: Filtered FeatureLayer and ArcGISDynamicMapServiceLayer extent</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/filtered-featurelayer-and/m-p/259140#M23990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I work with a lot of large datasets. This seems like it would degrade the performance of the system greatly. Plus, if you have a layer with a feature count over your feature threshold in your service, you would never see the other features when zoomed into other areas. It would be nice if the service was smart enough to provide you a filtered extent upon layer creation and updates to the extent if the service has changes commited to it. I really do appreciate the suggestions.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Nov 2013 16:19:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/filtered-featurelayer-and/m-p/259140#M23990</guid>
      <dc:creator>JamesVillanueva</dc:creator>
      <dc:date>2013-11-21T16:19:00Z</dc:date>
    </item>
  </channel>
</rss>

