<?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 Which way is better to dispaly more 10000 points? in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/which-way-is-better-to-dispaly-more-10000-points/m-p/438189#M11311</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 a Web Silverlight App to display more than 10000 points with 10 attributes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Option 1: To use FeatureLayer and change &amp;lt;MaxRecordCount/&amp;gt; from 500 to a bigger number than 10000 in MapService.cfg;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Option 2: To query FeatureLayer and add to a GraphicsLayer in a loop until all data be loaded, this way I would keep &amp;lt;MaxRecordCount/&amp;gt; 500 as its default value, like ESRI Morten Nielsen had a demo during Developer Summit.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My question is which would be have a better performance. Please let me know your idea.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tom&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Mar 2011 20:20:35 GMT</pubDate>
    <dc:creator>TomWang</dc:creator>
    <dc:date>2011-03-24T20:20:35Z</dc:date>
    <item>
      <title>Which way is better to dispaly more 10000 points?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/which-way-is-better-to-dispaly-more-10000-points/m-p/438189#M11311</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 a Web Silverlight App to display more than 10000 points with 10 attributes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Option 1: To use FeatureLayer and change &amp;lt;MaxRecordCount/&amp;gt; from 500 to a bigger number than 10000 in MapService.cfg;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Option 2: To query FeatureLayer and add to a GraphicsLayer in a loop until all data be loaded, this way I would keep &amp;lt;MaxRecordCount/&amp;gt; 500 as its default value, like ESRI Morten Nielsen had a demo during Developer Summit.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My question is which would be have a better performance. Please let me know your idea.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tom&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2011 20:20:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/which-way-is-better-to-dispaly-more-10000-points/m-p/438189#M11311</guid>
      <dc:creator>TomWang</dc:creator>
      <dc:date>2011-03-24T20:20:35Z</dc:date>
    </item>
    <item>
      <title>Re: Which way is better to dispaly more 10000 points?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/which-way-is-better-to-dispaly-more-10000-points/m-p/438190#M11312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can use FeatureLayer with QueryMode set to OnDemand &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/apiref/ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.FeatureLayer+QueryMode.html"&gt;http://help.arcgis.com/en/webapi/silverlight/apiref/ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.FeatureLayer+QueryMode.html&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;I think you might be referring to this sample: &lt;/SPAN&gt;&lt;A href="http://www.arcgis.com/home/item.html?id=9329a4d26e314828926c71549e8b6803"&gt;http://www.arcgis.com/home/item.html?id=9329a4d26e314828926c71549e8b6803&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;You can use either GraphicsLayer or FeatureLayer (as in the sample), the idea is to make minimum request to the server, to only request for fields of given feature when the feature is visited on hover.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Mar 2011 16:23:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/which-way-is-better-to-dispaly-more-10000-points/m-p/438190#M11312</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2011-03-25T16:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: Which way is better to dispaly more 10000 points?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/which-way-is-better-to-dispaly-more-10000-points/m-p/438191#M11313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I would put it another way: Don't display 10000 features using GraphicsLayer/FeatureLayer. It's going to take forever to load the data, and it's going to hurt your rendering performance badly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Please watch this session where I give some ideas to alternatives:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/gallery/video/arcgis-api-for-silverlightwpf/details?entryID=E50439B8-1422-2418-88D1-E57C811A02FE"&gt;http://resources.arcgis.com/gallery/video/arcgis-api-for-silverlightwpf/details?entryID=E50439B8-1422-2418-88D1-E57C811A02FE&lt;/A&gt;&lt;SPAN&gt; (starting at 26:30)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Mar 2011 18:51:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/which-way-is-better-to-dispaly-more-10000-points/m-p/438191#M11313</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2011-03-25T18:51:22Z</dc:date>
    </item>
  </channel>
</rss>

