<?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 Editing using feature template with Silverlight API 2.0 in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/editing-using-feature-template-with-silverlight/m-p/441448#M11451</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Would it be technically possible to use the first two vertexes, as defined by the users, to then automaticaly create a final arc using the first vertex as the center and then the second vertex to calculate an arc to close the polygon?&amp;nbsp; The second point would be used as the initial xy AND the final xy, we would then calcualte the opposing side of the circle as the third and intermediate vertex to close the arc.&amp;nbsp; We may have a line from the vertex to one side but I don't really care about that......&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance for your opinion,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Apr 2010 16:45:17 GMT</pubDate>
    <dc:creator>SteveMorgan</dc:creator>
    <dc:date>2010-04-07T16:45:17Z</dc:date>
    <item>
      <title>Editing using feature template with Silverlight API 2.0</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/editing-using-feature-template-with-silverlight/m-p/441446#M11449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks in advance for taking the time to read my post!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We are currenlty developing a silverlight application that edits a feature layer within ORACLE 11G.&amp;nbsp; We have no problems with the functionalily of actually creating, modifying and deleting features (polygon layer).&amp;nbsp; My question is why can we not create "circles" when I have selected circle as the default type in one of the feature templates created for that layer.&amp;nbsp; The tool want's to create a polygon instead of a circle (click center point and then click diameter of circle to complete edit).&amp;nbsp; Does the editing widget not utilize the default type when determining which tool to use when creating a new shape?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Apr 2010 14:04:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/editing-using-feature-template-with-silverlight/m-p/441446#M11449</guid>
      <dc:creator>SteveMorgan</dc:creator>
      <dc:date>2010-04-06T14:04:38Z</dc:date>
    </item>
    <item>
      <title>Editing using feature template with Silverlight API 2.0</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/editing-using-feature-template-with-silverlight/m-p/441447#M11450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The API's only support point, multipoint, polyline and polygon. A circle can be approximated using a polygon&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Apr 2010 15:45:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/editing-using-feature-template-with-silverlight/m-p/441447#M11450</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2010-04-06T15:45:47Z</dc:date>
    </item>
    <item>
      <title>Editing using feature template with Silverlight API 2.0</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/editing-using-feature-template-with-silverlight/m-p/441448#M11451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Would it be technically possible to use the first two vertexes, as defined by the users, to then automaticaly create a final arc using the first vertex as the center and then the second vertex to calculate an arc to close the polygon?&amp;nbsp; The second point would be used as the initial xy AND the final xy, we would then calcualte the opposing side of the circle as the third and intermediate vertex to close the arc.&amp;nbsp; We may have a line from the vertex to one side but I don't really care about that......&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance for your opinion,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Apr 2010 16:45:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/editing-using-feature-template-with-silverlight/m-p/441448#M11451</guid>
      <dc:creator>SteveMorgan</dc:creator>
      <dc:date>2010-04-07T16:45:17Z</dc:date>
    </item>
    <item>
      <title>Editing using feature template with Silverlight API 2.0</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/editing-using-feature-template-with-silverlight/m-p/441449#M11452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There's nothing preventing you from creating your own draw tool that does this by using the mouse events. The nice thing about the editing implementation is that you don't have to use the editor to do editing. If you can create the code required for the user to draw a circle, you can simply add the feature to the FeatureLayer.Graphics collection and it will automatically be added to server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This forum thread might also be of interest to you:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://forums.esri.com/Thread.asp?c=213&amp;amp;f=2455&amp;amp;t=289039&amp;amp;g=1"&gt;http://forums.esri.com/Thread.asp?c=213&amp;amp;f=2455&amp;amp;t=289039&amp;amp;g=1&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Apr 2010 16:58:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/editing-using-feature-template-with-silverlight/m-p/441449#M11452</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2010-04-07T16:58:20Z</dc:date>
    </item>
  </channel>
</rss>

