<?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: Rendering FeatureLayer based on pre-defined symbology? in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/rendering-featurelayer-based-on-pre-defined/m-p/197976#M4898</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;Thanks for the info. I don't have access to an ArcGIS Server 9.3.1 machine to test this - I'm running ArcGIS Server 10, which apparently doesn't connect with the version of Silverlight/Visual Studio that I'm using.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm hoping to upgrade shortly - but in the meanwhile, can you point me at a sample ArcGIS Server 9.3.1 service which has the symbology already set? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As far as I can see, all of the services under &lt;/SPAN&gt;&lt;A href="http://serverapps.esri.com/ArcGIS/rest/services"&gt;http://serverapps.esri.com/ArcGIS/rest/services&lt;/A&gt;&lt;SPAN&gt; are either Tiled, or don't have symbology (unless I'm missing something).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Aug 2010 04:56:03 GMT</pubDate>
    <dc:creator>StephenLead</dc:creator>
    <dc:date>2010-08-05T04:56:03Z</dc:date>
    <item>
      <title>Rendering FeatureLayer based on pre-defined symbology?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/rendering-featurelayer-based-on-pre-defined/m-p/197974#M4896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The sample at &lt;/SPAN&gt;&lt;A href="http://resources.esri.com/help/9.3/arcgisserver/apis/silverlight/samples/start.htm#FeatureLayerRendering"&gt;http://resources.esri.com/help/9.3/arcgisserver/apis/silverlight/samples/start.htm#FeatureLayerRendering&lt;/A&gt;&lt;SPAN&gt; shows how to add a FeatureLayer to the map.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This sample hard-codes the symbology - but is it possible to access the symbology (and other properties) which were defined in ArcMap, then published to ArcGIS Server?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Eg my services catalog shows a layer with properties like:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Min. Scale:&lt;/STRONG&gt;&lt;SPAN&gt; 100000&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;Drawing Info:&lt;/STRONG&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Renderer: Simple Renderer: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Symbol: &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;Picture Marker Symbol:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can I use these programatically, without having to hard-code them?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Aug 2010 03:36:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/rendering-featurelayer-based-on-pre-defined/m-p/197974#M4896</guid>
      <dc:creator>StephenLead</dc:creator>
      <dc:date>2010-08-05T03:36:24Z</dc:date>
    </item>
    <item>
      <title>Re: Rendering FeatureLayer based on pre-defined symbology?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/rendering-featurelayer-based-on-pre-defined/m-p/197975#M4897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I believe the sample was written to show how you can define a renderer using the API. If your FeatureLayer already has a renderer, you do not need to overwrite it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jennifer&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Aug 2010 04:48:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/rendering-featurelayer-based-on-pre-defined/m-p/197975#M4897</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2010-08-05T04:48:37Z</dc:date>
    </item>
    <item>
      <title>Re: Rendering FeatureLayer based on pre-defined symbology?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/rendering-featurelayer-based-on-pre-defined/m-p/197976#M4898</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;Thanks for the info. I don't have access to an ArcGIS Server 9.3.1 machine to test this - I'm running ArcGIS Server 10, which apparently doesn't connect with the version of Silverlight/Visual Studio that I'm using.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm hoping to upgrade shortly - but in the meanwhile, can you point me at a sample ArcGIS Server 9.3.1 service which has the symbology already set? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As far as I can see, all of the services under &lt;/SPAN&gt;&lt;A href="http://serverapps.esri.com/ArcGIS/rest/services"&gt;http://serverapps.esri.com/ArcGIS/rest/services&lt;/A&gt;&lt;SPAN&gt; are either Tiled, or don't have symbology (unless I'm missing something).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Aug 2010 04:56:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/rendering-featurelayer-based-on-pre-defined/m-p/197976#M4898</guid>
      <dc:creator>StephenLead</dc:creator>
      <dc:date>2010-08-05T04:56:03Z</dc:date>
    </item>
    <item>
      <title>Re: Rendering FeatureLayer based on pre-defined symbology?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/rendering-featurelayer-based-on-pre-defined/m-p/197977#M4899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Oh you are right, the Renderer is new to ArcGIS 10.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I was going to point you to this &lt;/SPAN&gt;&lt;A href="http://sampleserver3.arcgisonline.com/ArcGIS/rest/services"&gt;http://sampleserver3.arcgisonline.com/ArcGIS/rest/services&lt;/A&gt;&lt;SPAN&gt; Notice that there is a "DrawingInfo" section that defines the renderer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is the only ArcGIS 9.3.1 that I know about&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://sampleserver1.arcgisonline.com/ArcGIS/rest/services"&gt;http://sampleserver1.arcgisonline.com/ArcGIS/rest/services&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jennifer&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Aug 2010 05:02:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/rendering-featurelayer-based-on-pre-defined/m-p/197977#M4899</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2010-08-05T05:02:32Z</dc:date>
    </item>
    <item>
      <title>Re: Rendering FeatureLayer based on pre-defined symbology?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/rendering-featurelayer-based-on-pre-defined/m-p/197978#M4900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Oh you are right, the Renderer is new to ArcGIS 10.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cool, I'll upgrade my VS and SL toolkit and try again using AGS 10.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks for the help,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Aug 2010 05:04:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/rendering-featurelayer-based-on-pre-defined/m-p/197978#M4900</guid>
      <dc:creator>StephenLead</dc:creator>
      <dc:date>2010-08-05T05:04:28Z</dc:date>
    </item>
    <item>
      <title>Re: Rendering FeatureLayer based on pre-defined symbology?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/rendering-featurelayer-based-on-pre-defined/m-p/197979#M4901</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;Where can i find the information for this ArcGIS 10 renderer?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does it mean that the FeatureLayer will use the symbol it uses in ArcMap?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Aug 2010 09:46:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/rendering-featurelayer-based-on-pre-defined/m-p/197979#M4901</guid>
      <dc:creator>linusang</dc:creator>
      <dc:date>2010-08-05T09:46:41Z</dc:date>
    </item>
    <item>
      <title>Re: Rendering FeatureLayer based on pre-defined symbology?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/rendering-featurelayer-based-on-pre-defined/m-p/197980#M4902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Does it mean that the FeatureLayer will use the symbol it uses in ArcMap?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, if the rest endpoint created by your published service contains a renderer, this will be picked up by the SL/WPF API.&amp;nbsp; For example: &lt;/SPAN&gt;&lt;A href="http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/BloomfieldHillsMichigan/LandusePlanning/FeatureServer/0"&gt;http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/BloomfieldHillsMichigan/LandusePlanning/FeatureServer/0&lt;/A&gt;&lt;SPAN&gt; This FeatureLayer includes a Unique Value Renderer (see Drawing Info).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For more information on what is new to the ArcGIS 10 Rest API, you can visit this link:&lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/EN/arcgisserver/10.0/apis/rest/index.html"&gt;http://help.arcgis.com/EN/arcgisserver/10.0/apis/rest/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jennifer&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Aug 2010 17:17:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/rendering-featurelayer-based-on-pre-defined/m-p/197980#M4902</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2010-08-05T17:17:56Z</dc:date>
    </item>
  </channel>
</rss>

