<?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: Composite and Cartographic Line Symbols not returned in Renderer objects in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/composite-and-cartographic-line-symbols-not/m-p/379695#M8942</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The ArcGIS REST API doesn't support returning Cartographic Line symbols. It does support simple line symbols with different dash styles though:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/EN/arcgisserver/10.0/apis/rest/symbol.html#sls"&gt;http://help.arcgis.com/EN/arcgisserver/10.0/apis/rest/symbol.html#sls&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After you've republished your service and cleared the REST cache, you can check to see what the style is in the layer's service directory pager. e.g.,&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/Network/USA/MapServer/6"&gt;http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/Network/USA/MapServer/6&lt;/A&gt;&lt;SPAN&gt; (style is esriSLSSolid)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Oct 2010 18:57:38 GMT</pubDate>
    <dc:creator>DasaPaddock</dc:creator>
    <dc:date>2010-10-18T18:57:38Z</dc:date>
    <item>
      <title>Composite and Cartographic Line Symbols not returned in Renderer objects</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/composite-and-cartographic-line-symbols-not/m-p/379692#M8939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;When attempting to build symbols for a dynamic legend, the composite and cartographic line symbols are drawn incorrectly.&amp;nbsp; These are the dashed line symbols or the symbols with layers of lines combined to make a single symbol.&amp;nbsp;&amp;nbsp; For example the standard railroad and county boundary symbols that are commonly&amp;nbsp; used.&amp;nbsp; When attempting to determine why, it is evident that the API only returns simple line symbols even though there are compositeSymbol and cartographicLineSymbol objects in the API.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a setting I can change or a solid work around for this issue?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-Dan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Oct 2010 19:00:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/composite-and-cartographic-line-symbols-not/m-p/379692#M8939</guid>
      <dc:creator>DanJensen</dc:creator>
      <dc:date>2010-10-15T19:00:41Z</dc:date>
    </item>
    <item>
      <title>Re: Composite and Cartographic Line Symbols not returned in Renderer objects</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/composite-and-cartographic-line-symbols-not/m-p/379693#M8940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Are you referring to the Symbol.createSwatch() method?&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/symbols/Symbol.html#createSwatch("&gt;http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/symbols/Symbol.html#createSwatch(&lt;/A&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"Swatches only work with symbols which are supported in the FeatureService, i.e., swatches are not supported for CompositeSymbol, InfoSymbol and TextSymbol."&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It should be working for CartographicLineSymbol. See:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/9074-Legend-for-CartographicLineSymbol?p=27861#post27861"&gt;http://forums.arcgis.com/threads/9074-Legend-for-CartographicLineSymbol?p=27861#post27861&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Oct 2010 16:10:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/composite-and-cartographic-line-symbols-not/m-p/379693#M8940</guid>
      <dc:creator>DasaPaddock</dc:creator>
      <dc:date>2010-10-18T16:10:33Z</dc:date>
    </item>
    <item>
      <title>Re: Composite and Cartographic Line Symbols not returned in Renderer objects</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/composite-and-cartographic-line-symbols-not/m-p/379694#M8941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, I am reffering to the createSwatch method.&amp;nbsp; Here are some pictures I think will more fully describe my issue.&amp;nbsp; The mxdSymbolProperties shows the properties of the symbol being accessed in Flash Builder 4.&amp;nbsp; This image indicates that the layer is symbolized with a cartographic dashed line.&amp;nbsp; The SimpleLineOnly image shows that the renderer object offers this to the programming environmnet as a simpleLineSymbol, which lacks the dashing necessary to correctly create a swatch for a legend.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I was wondering if I need to do something special to make the renderer offer a cartographicLineSymbol for me to create a swatch from?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-Dan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Oct 2010 17:31:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/composite-and-cartographic-line-symbols-not/m-p/379694#M8941</guid>
      <dc:creator>DanJensen</dc:creator>
      <dc:date>2010-10-18T17:31:57Z</dc:date>
    </item>
    <item>
      <title>Re: Composite and Cartographic Line Symbols not returned in Renderer objects</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/composite-and-cartographic-line-symbols-not/m-p/379695#M8942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The ArcGIS REST API doesn't support returning Cartographic Line symbols. It does support simple line symbols with different dash styles though:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/EN/arcgisserver/10.0/apis/rest/symbol.html#sls"&gt;http://help.arcgis.com/EN/arcgisserver/10.0/apis/rest/symbol.html#sls&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After you've republished your service and cleared the REST cache, you can check to see what the style is in the layer's service directory pager. e.g.,&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/Network/USA/MapServer/6"&gt;http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/Network/USA/MapServer/6&lt;/A&gt;&lt;SPAN&gt; (style is esriSLSSolid)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Oct 2010 18:57:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/composite-and-cartographic-line-symbols-not/m-p/379695#M8942</guid>
      <dc:creator>DasaPaddock</dc:creator>
      <dc:date>2010-10-18T18:57:38Z</dc:date>
    </item>
  </channel>
</rss>

