<?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: Development planning: one ArcGISDynamicMapServiceLayer layer or many FeatureLayer in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/development-planning-one/m-p/215283#M5393</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can use either, the following documentation might help you decide which type of layer would best fit your needs: &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/apiref/ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.Layer.html"&gt;http://help.arcgis.com/en/webapi/silverlight/apiref/ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.Layer.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/help/index.html#/Feature_layer/016600000015000000/"&gt;http://help.arcgis.com/en/webapi/silverlight/help/index.html#/Feature_layer/016600000015000000/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Apr 2011 21:06:06 GMT</pubDate>
    <dc:creator>JenniferNery</dc:creator>
    <dc:date>2011-04-19T21:06:06Z</dc:date>
    <item>
      <title>Development planning: one ArcGISDynamicMapServiceLayer layer or many FeatureLayer?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/development-planning-one/m-p/215282#M5392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Everybody:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I am developing a Silverlight application to consum a ArcGIS 10.01 map service that contains a lot of different feature layers. The map service is like &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/Network/USA/MapServer"&gt;http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/Network/USA/MapServer&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; In the map of the Silverlight application I want to at least:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. use table of control the display/hide of the layer&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. control whether individual layer is in the table of control or not&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. control whether individual layer's display symbol &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4. control the min/max scale&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;5. allow use to click on (or select rectangle) some layers and do spatial query to select features.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;6. the order of the layers&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;7. use the min/max scale setting of the map service layers&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Now I have two options on how I can add the layers to the map.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. add multiple feature layers to the map. For example,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;****************************************************&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;esri:ArcGISDynamicMapServiceLayer ID="a" &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Url="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/Network/USA/MapServer/53" rel="nofollow" target="_blank"&gt;http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/Network/USA/MapServer/53&lt;/A&gt;&lt;SPAN&gt;"/&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;esri:ArcGISDynamicMapServiceLayer ID="b"&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp; "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/Network/USA/MapServer/54" rel="nofollow" target="_blank"&gt;http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/Network/USA/MapServer/54&lt;/A&gt;&lt;SPAN&gt;" /&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;****************************************************&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2. add one single ArcGISDynamicMapServiceLayer to the map. For example,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;****************************************************&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;esri:ArcGISDynamicMapServiceLayer ID="ab" &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Url="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/Network/USA/MapServer" rel="nofollow" target="_blank"&gt;http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/Network/USA/MapServer&lt;/A&gt;&lt;SPAN&gt;"/&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;****************************************************&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; At this moment I don't know which way I should start the development with such that I can satisfy all the requirements, and also make the application easy to extent.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Can you give me some idea?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thank you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My development environment:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-- .NET 4&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-- C# and Visual Studio 2010&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-- Silverlight 4&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-- ESRI ArcGIS API for Microsoft Silverlight/WPF&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-- ArcGIS server 10.01 map services&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2011 18:43:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/development-planning-one/m-p/215282#M5392</guid>
      <dc:creator>SuiHuang</dc:creator>
      <dc:date>2011-04-19T18:43:39Z</dc:date>
    </item>
    <item>
      <title>Re: Development planning: one ArcGISDynamicMapServiceLayer layer or many FeatureLayer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/development-planning-one/m-p/215283#M5393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can use either, the following documentation might help you decide which type of layer would best fit your needs: &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/apiref/ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.Layer.html"&gt;http://help.arcgis.com/en/webapi/silverlight/apiref/ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.Layer.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/help/index.html#/Feature_layer/016600000015000000/"&gt;http://help.arcgis.com/en/webapi/silverlight/help/index.html#/Feature_layer/016600000015000000/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2011 21:06:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/development-planning-one/m-p/215283#M5393</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2011-04-19T21:06:06Z</dc:date>
    </item>
    <item>
      <title>Re: Development planning: one ArcGISDynamicMapServiceLayer layer or many FeatureLayer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/development-planning-one/m-p/215284#M5394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Jennifer:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I decide to use a single ArcGISDynamicMapServiceLayer, because that provides better performance by generating image on client side on-the-fly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Using individual features would have some drawbacks: the max/min scales in map service wouldn't work, more network traffic, and have a limit on the number of features in the map display.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thank you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;You can use either, the following documentation might help you decide which type of layer would best fit your needs: &lt;A href="http://help.arcgis.com/en/webapi/silverlight/apiref/ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.Layer.html"&gt;http://help.arcgis.com/en/webapi/silverlight/apiref/ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.Layer.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/help/index.html#/Feature_layer/016600000015000000/"&gt;http://help.arcgis.com/en/webapi/silverlight/help/index.html#/Feature_layer/016600000015000000/&lt;/A&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2011 21:14:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/development-planning-one/m-p/215284#M5394</guid>
      <dc:creator>SuiHuang</dc:creator>
      <dc:date>2011-04-20T21:14:21Z</dc:date>
    </item>
  </channel>
</rss>

