<?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: FeatureLayer missing features at full extent. in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/featurelayer-missing-features-at-full-extent/m-p/64455#M1619</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You are right, when using FeatureLayer Snapshot mode (default), the service may have reached its limit of how many features it can return at once. The default is 500 for ArcGIS Server 9.3.1 and 1000 for ArcGIS Server 10, but this limit is configurable using the Parameters tab of the Service Properties dialog box in ArcCatalog or Manager. This seems to be a related thread: &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/19467-Query-Task-only-returns-500-records-even-after-changing-MaxRecordCount-to-3000-in-cfg"&gt;http://forums.arcgis.com/threads/19467-Query-Task-only-returns-500-records-even-after-changing-MaxRecordCount-to-3000-in-cfg&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here's an example of using LayerDefinitions: &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/apiref/ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.ArcGISDynamicMapServiceLayer~LayerDefinitions.html"&gt;http://help.arcgis.com/en/webapi/silverlight/apiref/ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.ArcGISDynamicMapServiceLayer~LayerDefinitions.html&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Apr 2011 14:57:03 GMT</pubDate>
    <dc:creator>JenniferNery</dc:creator>
    <dc:date>2011-04-05T14:57:03Z</dc:date>
    <item>
      <title>FeatureLayer missing features at full extent.</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/featurelayer-missing-features-at-full-extent/m-p/64451#M1615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have an dynamic layer in an msd.&amp;nbsp; Its the only layer in the msd.&amp;nbsp;&amp;nbsp; When the map first comes up at Full Extent only some of the features display.&amp;nbsp; As so:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;lt;esri:FeatureLayer ID="MaxAdvSearchFeature" Url="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://someserver/ArcGIS/rest/services/WUAGISMaxAdvSearch/MapServer/0" rel="nofollow" target="_blank"&gt;http://someserver/ArcGIS/rest/services/WUAGISMaxAdvSearch/MapServer/0&lt;/A&gt;&lt;SPAN&gt;"&amp;nbsp; /&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I change it to a ArcGISDynamicMapServiceLayer if works.&amp;nbsp;&amp;nbsp; As so:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;lt;esri:ArcGISDynamicMapServiceLayer ID="MaxAdvSearch" Url="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://someserver/ArcGIS/rest/services/WUAGISMaxAdvSearch/MapServer" rel="nofollow" target="_blank"&gt;http://someserver/ArcGIS/rest/services/WUAGISMaxAdvSearch/MapServer&lt;/A&gt;&lt;SPAN&gt;"&amp;nbsp; /&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Whats wrong?&amp;nbsp;&amp;nbsp; I need a feature class because I need the "Where" method.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;9.3.1 SDE&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Desktop, ArcGIS Server GIS - Web Application, ArcGIS Server - GIS Services are all on 10 sp 1&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2011 23:49:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/featurelayer-missing-features-at-full-extent/m-p/64451#M1615</guid>
      <dc:creator>GregoryDillon</dc:creator>
      <dc:date>2011-04-04T23:49:06Z</dc:date>
    </item>
    <item>
      <title>Re: FeatureLayer missing features at full extent.</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/featurelayer-missing-features-at-full-extent/m-p/64452#M1616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt; &lt;BR /&gt;When the map first comes up at Full Extent only some of the features display&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you mean that the full extent is not the right one (i.e. there are features outside of the full extent) or that some features are not visible despite they are supposed to be in the current extent?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I need a feature class because I need the "Where" method.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;If your map service is not cached, you might also use a map service layer definition to filter the objects (just another option, faeture layer shoud work as well).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Apr 2011 07:23:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/featurelayer-missing-features-at-full-extent/m-p/64452#M1616</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2011-04-05T07:23:17Z</dc:date>
    </item>
    <item>
      <title>Re: FeatureLayer missing features at full extent.</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/featurelayer-missing-features-at-full-extent/m-p/64453#M1617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Do you mean that the full extent is not the right one (i.e. there are features outside of the full extent) or that some features are not visible despite they are supposed to be in the current extent?&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;If your map service is not cached, you might also use a map service layer definition to filter the objects (just another option, faeture layer shoud work as well).&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes the full extent is right either way (using a feature class or dynamic).&amp;nbsp;&amp;nbsp;&amp;nbsp; Its just missing alot of features when I use the featurelayer.&amp;nbsp;&amp;nbsp; My map is not cache.&amp;nbsp;&amp;nbsp; Its almost as if its capping the features at a set number.&amp;nbsp;&amp;nbsp;&amp;nbsp; I would not think is would be looking at the maxrecordcount in cfg file. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How do you set the layer definition on the ArcGISDynamicMapServiceLayer?&amp;nbsp;&amp;nbsp; What method?&amp;nbsp;&amp;nbsp; Do you have an simple code example?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Apr 2011 13:30:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/featurelayer-missing-features-at-full-extent/m-p/64453#M1617</guid>
      <dc:creator>GregoryDillon</dc:creator>
      <dc:date>2011-04-05T13:30:36Z</dc:date>
    </item>
    <item>
      <title>Re: FeatureLayer missing features at full extent.</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/featurelayer-missing-features-at-full-extent/m-p/64454#M1618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Its just missing alot of features when I use the featurelayer.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;The service may have reached its limit of how many features it can return at once (the default is 500 for ArcGIS Server 9.3.1, 1000 for ArcGIS Server 10, 1000 for MapIt). &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In this case, try with the OnDemand mode (see &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#FeatureLayerOnDemand"&gt;sample&lt;/A&gt;&lt;SPAN&gt;).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;How do you set the layer definition on the ArcGISDynamicMapServiceLayer? What method? Do you have an simple code example? &lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't think there is a sample in the interactive SDK, but the documentation about the 'LayerDefinitions' should be very helpful : &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/apiref/ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.ArcGISDynamicMapServiceLayer~LayerDefinitions.html"&gt;http://help.arcgis.com/en/webapi/silverlight/apiref/ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.ArcGISDynamicMapServiceLayer~LayerDefinitions.html&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Apr 2011 14:52:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/featurelayer-missing-features-at-full-extent/m-p/64454#M1618</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2011-04-05T14:52:42Z</dc:date>
    </item>
    <item>
      <title>Re: FeatureLayer missing features at full extent.</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/featurelayer-missing-features-at-full-extent/m-p/64455#M1619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You are right, when using FeatureLayer Snapshot mode (default), the service may have reached its limit of how many features it can return at once. The default is 500 for ArcGIS Server 9.3.1 and 1000 for ArcGIS Server 10, but this limit is configurable using the Parameters tab of the Service Properties dialog box in ArcCatalog or Manager. This seems to be a related thread: &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/19467-Query-Task-only-returns-500-records-even-after-changing-MaxRecordCount-to-3000-in-cfg"&gt;http://forums.arcgis.com/threads/19467-Query-Task-only-returns-500-records-even-after-changing-MaxRecordCount-to-3000-in-cfg&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here's an example of using LayerDefinitions: &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/apiref/ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.ArcGISDynamicMapServiceLayer~LayerDefinitions.html"&gt;http://help.arcgis.com/en/webapi/silverlight/apiref/ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.ArcGISDynamicMapServiceLayer~LayerDefinitions.html&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Apr 2011 14:57:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/featurelayer-missing-features-at-full-extent/m-p/64455#M1619</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2011-04-05T14:57:03Z</dc:date>
    </item>
    <item>
      <title>Re: FeatureLayer missing features at full extent.</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/featurelayer-missing-features-at-full-extent/m-p/64456#M1620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Jennifer, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Looks like we are on the same wave lenght &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Apr 2011 15:01:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/featurelayer-missing-features-at-full-extent/m-p/64456#M1620</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2011-04-05T15:01:00Z</dc:date>
    </item>
  </channel>
</rss>

