<?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: FeatureService draws really slow and incomplete. in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/featureservice-draws-really-slow-and-incomplete/m-p/554991#M14241</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for information Dominique.I really appreciate it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Sanjay.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Nov 2010 02:06:25 GMT</pubDate>
    <dc:creator>SanajyJadhav</dc:creator>
    <dc:date>2010-11-22T02:06:25Z</dc:date>
    <item>
      <title>FeatureService draws really slow and incomplete.</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/featureservice-draws-really-slow-and-incomplete/m-p/554989#M14239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have published the FeatureService using USA_Counties data.It contains only one layer;counties.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now the problem is when the application loads, this services gets drawn really slow. And it is not drawn completely.Only portion of it is drawn.When I zoom to any undrawn portion, then that potion is drawn but again very slowly. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried alter the value of property 'OnDemandCacheSize', but no use.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Am I missing something simple? Any help is appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Sanjay.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Nov 2010 07:46:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/featureservice-draws-really-slow-and-incomplete/m-p/554989#M14239</guid>
      <dc:creator>SanajyJadhav</dc:creator>
      <dc:date>2010-11-20T07:46:48Z</dc:date>
    </item>
    <item>
      <title>Re: FeatureService draws really slow and incomplete.</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/featureservice-draws-really-slow-and-incomplete/m-p/554990#M14240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You may have reached the limits of the service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;There is a limit on how many features a service can return at once (by default it's 500 for ArcGIS Server 9.3.1 and 1000 for ArcGIS Server 10).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You can change this limit, but take care that, as you mentionned, you can run into a performance issue if a huge number of graphics have to be rendered at the client level.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;'OnDemandCacheSize' is used to free the graphic objects which are out of the current extent. It's not used to limit the number of objects inside the current extent.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Nov 2010 09:22:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/featureservice-draws-really-slow-and-incomplete/m-p/554990#M14240</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2010-11-20T09:22:38Z</dc:date>
    </item>
    <item>
      <title>Re: FeatureService draws really slow and incomplete.</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/featureservice-draws-really-slow-and-incomplete/m-p/554991#M14241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for information Dominique.I really appreciate it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Sanjay.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Nov 2010 02:06:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/featureservice-draws-really-slow-and-incomplete/m-p/554991#M14241</guid>
      <dc:creator>SanajyJadhav</dc:creator>
      <dc:date>2010-11-22T02:06:25Z</dc:date>
    </item>
    <item>
      <title>Re: FeatureService draws really slow and incomplete.</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/featureservice-draws-really-slow-and-incomplete/m-p/554992#M14242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I suggest setting the layer mode to "OnDemand" and set a maximum resolution so you only see the counties when you zoom in to roughly state-level. That way all features should display and you will get reasonable rendering performance. Rendering all US counties at the same time on the client will bog down the UI thread. If you need to see the counties at country level, use a dynamic map service and set the minimum resolution of that layer to the same as the maximum resolution of the feature layer. That way the layer will automatically switch over to client side rendered features when you zoom in a bit and you will be able to "interact" with them (ie maptips etc).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Nov 2010 17:53:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/featureservice-draws-really-slow-and-incomplete/m-p/554992#M14242</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2010-11-22T17:53:26Z</dc:date>
    </item>
  </channel>
</rss>

