<?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 How can I draw custom shapes on Graphics layer? in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/how-can-i-draw-custom-shapes-on-graphics-layer/m-p/433067#M10085</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi everyone,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;any clue, guidance or help would be appreciated, please bear with me as I am still struggling with Flex 4.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. What is the simplest way to draw custom shapes using &amp;lt; s : path&amp;gt; on graphic layer. I had data for the already created.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; 2. How can I pass my own styles in SimpleMarkerSymbol(SimpleMarkerSymbol.STYLE_CIRCLE, 22, 0x009933) in place of STYLE_CIRCLE? I want to create my own styles so that I can explicitly use them there like STYLE_RECT. Can I pass my path data in any symbol like fillsymbol, linesymbol or markersymbol so that they draw the shape?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; 3. How can I extend these symbol classes so that I can use member functions and properties of these symbols + my MXML code?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using SFV 2.4. Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Oct 2011 08:37:50 GMT</pubDate>
    <dc:creator>omega_cancer</dc:creator>
    <dc:date>2011-10-04T08:37:50Z</dc:date>
    <item>
      <title>How can I draw custom shapes on Graphics layer?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/how-can-i-draw-custom-shapes-on-graphics-layer/m-p/433067#M10085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi everyone,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;any clue, guidance or help would be appreciated, please bear with me as I am still struggling with Flex 4.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. What is the simplest way to draw custom shapes using &amp;lt; s : path&amp;gt; on graphic layer. I had data for the already created.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; 2. How can I pass my own styles in SimpleMarkerSymbol(SimpleMarkerSymbol.STYLE_CIRCLE, 22, 0x009933) in place of STYLE_CIRCLE? I want to create my own styles so that I can explicitly use them there like STYLE_RECT. Can I pass my path data in any symbol like fillsymbol, linesymbol or markersymbol so that they draw the shape?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; 3. How can I extend these symbol classes so that I can use member functions and properties of these symbols + my MXML code?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using SFV 2.4. Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2011 08:37:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/how-can-i-draw-custom-shapes-on-graphics-layer/m-p/433067#M10085</guid>
      <dc:creator>omega_cancer</dc:creator>
      <dc:date>2011-10-04T08:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: How can I draw custom shapes on Graphics layer?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/how-can-i-draw-custom-shapes-on-graphics-layer/m-p/433068#M10086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Omega Cancer,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; You need to look into the DrawTool unless you want to do all the work yourself...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/tools/DrawTool.html"&gt;http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/tools/DrawTool.html&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2011 10:56:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/how-can-i-draw-custom-shapes-on-graphics-layer/m-p/433068#M10086</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2011-10-04T10:56:38Z</dc:date>
    </item>
    <item>
      <title>Re: How can I draw custom shapes on Graphics layer?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/how-can-i-draw-custom-shapes-on-graphics-layer/m-p/433069#M10087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Omega Cancer,&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; You need to look into the DrawTool unless you want to do all the work yourself...&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/tools/DrawTool.html"&gt;http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/tools/DrawTool.html&lt;/A&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Custom shapes mean I want to create more complex shapes like wavy lines and curves. BTW Thanks, I figured out. Geometry was the guy I was ignoring. Here is simplified version of my question &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/40936-Symbolized-curves-and-wavy-lines-in-SFV-2.4?p=138938#post138938"&gt;http://forums.arcgis.com/threads/40936-Symbolized-curves-and-wavy-lines-in-SFV-2.4?p=138938#post138938&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2011 08:42:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/how-can-i-draw-custom-shapes-on-graphics-layer/m-p/433069#M10087</guid>
      <dc:creator>omega_cancer</dc:creator>
      <dc:date>2011-10-05T08:42:26Z</dc:date>
    </item>
  </channel>
</rss>

