<?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 Working With Parcels in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/working-with-parcels/m-p/471398#M12149</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is there a good way to work with large amounts of data, like a parcel layer?&amp;nbsp; We are collecting parcel information for a four state area and I want to give the users the ability to load the data that they need to work with.&amp;nbsp; When I try and use a feature layer it takes a long time to load and then when I pan or zoom the app freezes while the data is refreshed.&amp;nbsp; What is the best way to dnamically load and display large amounts of features?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Feb 2011 15:56:43 GMT</pubDate>
    <dc:creator>BrianGustafson</dc:creator>
    <dc:date>2011-02-23T15:56:43Z</dc:date>
    <item>
      <title>Working With Parcels</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/working-with-parcels/m-p/471398#M12149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is there a good way to work with large amounts of data, like a parcel layer?&amp;nbsp; We are collecting parcel information for a four state area and I want to give the users the ability to load the data that they need to work with.&amp;nbsp; When I try and use a feature layer it takes a long time to load and then when I pan or zoom the app freezes while the data is refreshed.&amp;nbsp; What is the best way to dnamically load and display large amounts of features?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Feb 2011 15:56:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/working-with-parcels/m-p/471398#M12149</guid>
      <dc:creator>BrianGustafson</dc:creator>
      <dc:date>2011-02-23T15:56:43Z</dc:date>
    </item>
    <item>
      <title>Re: Working With Parcels</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/working-with-parcels/m-p/471399#M12150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The trick is to load as little data to the client as possible. For instance not load more than you need, and download more data (ie all the attributes, high resolution data etc) as the user asks for it. Set outfields to only ObjectID, use OnDemand mode, only display features when zoomed far enough in, and use MaxAllowableOffset to reduce the number of vertices transferred to the client.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Or even something as simple as using a dynamic layer instead of a featurelayer, and use click to perform identify when the user demands it (do you REALLY need quick hover-maptip on ALL parcels?).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If you are going to the devsummit, go to the advanced Silverlight session where I'm planning on showing exactly how to to do something like this (over 200000 high resolution polygons with over 70 attributes in each). If you are not going, keep an eye on the session recordings which should be up there shortly after.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Feb 2011 06:10:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/working-with-parcels/m-p/471399#M12150</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2011-02-25T06:10:29Z</dc:date>
    </item>
    <item>
      <title>Re: Working With Parcels</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/working-with-parcels/m-p/471400#M12151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am going to be at the devsummit so I will make sure to go to the advanced silverlight session.&amp;nbsp; I have this working similar to how you recommended but when I get to around 100,000 parcels I start having issues with performance so I will be interested in how you get 200,000 polygons loaded.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Feb 2011 12:31:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/working-with-parcels/m-p/471400#M12151</guid>
      <dc:creator>BrianGustafson</dc:creator>
      <dc:date>2011-02-25T12:31:56Z</dc:date>
    </item>
    <item>
      <title>Re: Working With Parcels</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/working-with-parcels/m-p/471401#M12152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a 'piggyback' question. I would like to use Dynamic Map layers to visualize parcels, but I need to perform web editing on them. Is it possible to use IdentifyTask on the map service and hook up the results to an Editor? Or is there a better way to do it?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Feb 2011 15:12:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/working-with-parcels/m-p/471401#M12152</guid>
      <dc:creator>DanielWalton</dc:creator>
      <dc:date>2011-02-25T15:12:36Z</dc:date>
    </item>
  </channel>
</rss>

