<?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 After Creating Multiple Ring Buffer need to apply Custom Symbology to each Ring in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/after-creating-multiple-ring-buffer-need-to-apply/m-p/247123#M19134</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to be able to apply "no fill color" and different outline colors to each ring after creating a Multiple Ring Buffer.&lt;/P&gt;&lt;P&gt;The Values are always different and the amount of rings could be between 1 and 10.&lt;/P&gt;&lt;P&gt;Note this is being done in&amp;nbsp; arcpy &lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Oct 2015 22:46:53 GMT</pubDate>
    <dc:creator>martywalters</dc:creator>
    <dc:date>2015-10-14T22:46:53Z</dc:date>
    <item>
      <title>After Creating Multiple Ring Buffer need to apply Custom Symbology to each Ring</title>
      <link>https://community.esri.com/t5/python-questions/after-creating-multiple-ring-buffer-need-to-apply/m-p/247123#M19134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to be able to apply "no fill color" and different outline colors to each ring after creating a Multiple Ring Buffer.&lt;/P&gt;&lt;P&gt;The Values are always different and the amount of rings could be between 1 and 10.&lt;/P&gt;&lt;P&gt;Note this is being done in&amp;nbsp; arcpy &lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Oct 2015 22:46:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/after-creating-multiple-ring-buffer-need-to-apply/m-p/247123#M19134</guid>
      <dc:creator>martywalters</dc:creator>
      <dc:date>2015-10-14T22:46:53Z</dc:date>
    </item>
    <item>
      <title>Re: After Creating Multiple Ring Buffer need to apply Custom Symbology to each Ring</title>
      <link>https://community.esri.com/t5/python-questions/after-creating-multiple-ring-buffer-need-to-apply/m-p/247124#M19135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You cannot directly create symbologies using arcpy, you would need arcobjects.&amp;nbsp; However, you can set up a .lyr file with the symbology you need and have the .lyr file symbology applied to your multi-ring buffer output. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://resources.arcgis.com/EN/HELP/MAIN/10.2/index.html#//00170000006n000000" title="http://resources.arcgis.com/EN/HELP/MAIN/10.2/index.html#//00170000006n000000"&gt;ArcGIS Help (10.2, 10.2.1, and 10.2.2)&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Oct 2015 22:57:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/after-creating-multiple-ring-buffer-need-to-apply/m-p/247124#M19135</guid>
      <dc:creator>IanMurray</dc:creator>
      <dc:date>2015-10-14T22:57:33Z</dc:date>
    </item>
    <item>
      <title>Re: After Creating Multiple Ring Buffer need to apply Custom Symbology to each Ring</title>
      <link>https://community.esri.com/t5/python-questions/after-creating-multiple-ring-buffer-need-to-apply/m-p/247125#M19136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ian,&lt;/P&gt;&lt;P&gt;I have arcObjects can you point me to an example?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Oct 2015 23:03:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/after-creating-multiple-ring-buffer-need-to-apply/m-p/247125#M19136</guid>
      <dc:creator>martywalters</dc:creator>
      <dc:date>2015-10-14T23:03:30Z</dc:date>
    </item>
    <item>
      <title>Re: After Creating Multiple Ring Buffer need to apply Custom Symbology to each Ring</title>
      <link>https://community.esri.com/t5/python-questions/after-creating-multiple-ring-buffer-need-to-apply/m-p/247126#M19137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;convert to polylines, multipart to singlepart if necessary, ensure there is a size field of some sort and symbolize according to that&lt;/P&gt;&lt;P&gt;​&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Oct 2015 23:08:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/after-creating-multiple-ring-buffer-need-to-apply/m-p/247126#M19137</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2015-10-14T23:08:55Z</dc:date>
    </item>
    <item>
      <title>Re: After Creating Multiple Ring Buffer need to apply Custom Symbology to each Ring</title>
      <link>https://community.esri.com/t5/python-questions/after-creating-multiple-ring-buffer-need-to-apply/m-p/247127#M19138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when i try Apply_Symbology_From_Layer&amp;nbsp; the Value(s) have to match to be applied.&amp;nbsp; &lt;/P&gt;&lt;P&gt;ie if the distance rings are 100,200,300 only matching rings of the same values get symbology applied. &lt;/P&gt;&lt;P&gt;i don't know what the values will be... any way to build it out so it's applied by something like ring1, ring2..., ring10&lt;/P&gt;&lt;P&gt;using apply symbology from layer?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Oct 2015 23:15:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/after-creating-multiple-ring-buffer-need-to-apply/m-p/247127#M19138</guid>
      <dc:creator>martywalters</dc:creator>
      <dc:date>2015-10-14T23:15:46Z</dc:date>
    </item>
    <item>
      <title>Re: After Creating Multiple Ring Buffer need to apply Custom Symbology to each Ring</title>
      <link>https://community.esri.com/t5/python-questions/after-creating-multiple-ring-buffer-need-to-apply/m-p/247128#M19139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So you want something that is not know at the time of construction? The only way that can be done is to create the maximum first and use it for the remainder.&amp;nbsp; There reaches a point when trying to account for the unknown or unaccounted for begins to waste development time.&amp;nbsp; If you know that your maximum number of rings is going to be 10, then I would create a sample to produce the layer symbology​&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Oct 2015 23:20:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/after-creating-multiple-ring-buffer-need-to-apply/m-p/247128#M19139</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2015-10-14T23:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: After Creating Multiple Ring Buffer need to apply Custom Symbology to each Ring</title>
      <link>https://community.esri.com/t5/python-questions/after-creating-multiple-ring-buffer-need-to-apply/m-p/247129#M19140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From the Input Feature(s)&lt;/P&gt;&lt;P&gt;I know that I want ring 1 to have a red outline, Outline width 2, and&amp;nbsp; no fill color no matter the Distance&lt;/P&gt;&lt;P&gt;I know that I want ring 2 to have a blue outline, Outline width 2, and&amp;nbsp; no fill color&amp;nbsp; no matter the Distance&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;I know that I want ring 10 to have a green outline, Outline width 2, and&amp;nbsp; no fill color&amp;nbsp; no matter the Distance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Oct 2015 23:31:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/after-creating-multiple-ring-buffer-need-to-apply/m-p/247129#M19140</guid>
      <dc:creator>martywalters</dc:creator>
      <dc:date>2015-10-14T23:31:01Z</dc:date>
    </item>
    <item>
      <title>Re: After Creating Multiple Ring Buffer need to apply Custom Symbology to each Ring</title>
      <link>https://community.esri.com/t5/python-questions/after-creating-multiple-ring-buffer-need-to-apply/m-p/247130#M19141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good...then you have the rules to apply to the sample that you will have to create to produce the lyr file.&lt;/P&gt;&lt;P&gt;​&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Oct 2015 23:42:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/after-creating-multiple-ring-buffer-need-to-apply/m-p/247130#M19141</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2015-10-14T23:42:22Z</dc:date>
    </item>
    <item>
      <title>Re: After Creating Multiple Ring Buffer need to apply Custom Symbology to each Ring</title>
      <link>https://community.esri.com/t5/python-questions/after-creating-multiple-ring-buffer-need-to-apply/m-p/247131#M19142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;have rules yes,&amp;nbsp; but rules will only be applied when the Distance "Value" in the template lyr exactly matches the user input for that ring distance... &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Oct 2015 23:48:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/after-creating-multiple-ring-buffer-need-to-apply/m-p/247131#M19142</guid>
      <dc:creator>martywalters</dc:creator>
      <dc:date>2015-10-14T23:48:07Z</dc:date>
    </item>
    <item>
      <title>Re: After Creating Multiple Ring Buffer need to apply Custom Symbology to each Ring</title>
      <link>https://community.esri.com/t5/python-questions/after-creating-multiple-ring-buffer-need-to-apply/m-p/247132#M19143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FID, OIDName would be consistent and a text field with ring1 etc could be used for labelling​&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2015 00:08:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/after-creating-multiple-ring-buffer-need-to-apply/m-p/247132#M19143</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2015-10-15T00:08:20Z</dc:date>
    </item>
  </channel>
</rss>

